KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

katago benchmark cannot load net file

Open humble-stu opened this issue 3 years ago • 1 comments

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

humble-stu avatar Mar 30 '22 05:03 humble-stu

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

HackYardo avatar Apr 01 '22 04:04 HackYardo