lightvector / KataGo

GTP engine and self-play learning in Go
https://katagotraining.org/
Other
3.47k stars 563 forks source link

katago benchmark cannot load net file #623

Open humble-stu opened 2 years ago

humble-stu commented 2 years ago

屏幕截图 2022-03-30 134110 ./katago.exe benchmark -model .bin.gz dont work, change file to default work, but I am trying 40b and 60b at the same time.

HackYardo commented 2 years ago

The model needs the whole path. In your case, it should be:

C:\...> D:\...katago.exe banchmark -model D:\....bin.gz

If you don't like to type the long path, you can run CMD in the path by mouse-right-click. It will look like this if you run CMD in the path:

D:\...\k...64> ./katago banchmark -model ....bin.gz