-
Notifications
You must be signed in to change notification settings - Fork 8
Rescoring Training Data
dkappe edited this page Feb 7, 2020
·
10 revisions
The rescorer binary is a special compile of lc0, which you can clone from Tilps' fork of lc0.
git clone -b rescore_tb --recurse-submodules https://github.com/Tilps/lc0 rescorer
I have a virtualenv for compiling lc0. Here are the requirements you can feed to pip. For more info on compiling lc0, check the lc0 github repo.
meson==0.52.1
ninja==1.9.0.post1
pkg-resources==0.0.0
I'm using ubuntu, but Windows should be vaguely similar. Hopefully everything is configured properly and you can just go to the source directory and type
./build.sh
After much downloading of protobuf and compiling, a lc0 binary should be in build/release
and ready to be copied to a directory. I create a bin directory. A ls -l
should show the following:
-rwxr-xr-x 1 dkappe dkappe 1912720 Feb 6 23:15 rescorer
drwxr-xr-x 3 dkappe dkappe 4096 Feb 6 23:17 rescorer@exe
drwxr-xr-x 4 dkappe dkappe 4096 Feb 6 23:17 subprojects
My new (old) blog is at lczero.libertymedia.io