an easy way to set up a KataGo

For discussing go computing, software announcements, etc.
Post Reply
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

an easy way to set up a KataGo

Post by And »

on the example of katrain, network replacement

put the 18b and 20b networks in the directory "KaTrain\", and the bat files modelb18.bat and modelb20.bat. to select the desired network, run the corresponding bat file before starting the katrain.

modelb18.bat

Code: Select all

Xcopy kata1-b18c384nbt-s6582191360-d3422816034.bin.gz katrain\models\default_model.bin.gz
modelb20.bat

Code: Select all

Xcopy kata1-b20c256x2-s5303129600-d1228401921.bin.gz katrain\models\default_model.bin.gz
you can also quickly replace the configuration file
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: an easy way to set up a KataGo

Post by And »

just in case clarification :) previously, in katrain, the path to the katago model is replaced by

Code: Select all

katrain\models\default_model.bin.gz
Post Reply