-
Notifications
You must be signed in to change notification settings - Fork 566
how to run elf in gogui #133
Comments
if i run the command line
it didnt work at all
|
@l1t1 updated: ELF works for me with the packaged Sabaki. However, when running in GTP, I get following error. redirect path to the I get https://i.imgur.com/3Aul6au.png for 19 resnet layers until I get the code
|
https://github.com/pytorch/ELF#running-a-go-bot says Here is a basic set of commands to run and play the bot via the GTP protocol: We've found that the above settings work well for playing the bot. You may change mcts_rollout_per_thread to tune the thinking time per move. After the environment is set up and the model is loaded, you can start to type gtp commands to get the response from the engine.and look at the file
|
df_console.exet doesnt support elfv2.bin
load its own model.bin is ok
model.bin cannot be converted to lz format by elf_convert.py
|
i add --replace_prefix resnet.module,resnet, runs with some useful error message
it shows the size of should be 224x20, the size of erarly released model.
but the new elfv2 isnt work yet
|
observed the data structure by
so modified the following line to the model.bin can be converted and can be used by leelaz
|
and found model.bin is idential to elfv0
|
do one more tweak, only two errors
|
https://dl.fbaipublicfiles.com/elfopengo/v2_training_run/models/1500000.bin
|
https://github.com/pytorch/ELF/blob/master/scripts/elfgames/go/start_client.sh has more parameters |
ok now |
I can run df_console now, but how to set the parameters
for example, use pretrained-go-19x19-v2 model and use visits 3200
i want to test the elf engine with orignal weight vs lz with converted weight
The text was updated successfully, but these errors were encountered: