Friday9i
Friday9i
Cool, so 60b and 40b are around the same strength on time parity with 8K/16K visits, excellent! If you want to do more tests, it would probably be useful to...
KataGo can use 2 pass options (friendlyPassOk = true and conservativePass = true), did you deactivated them? But even if they are still activated, in the shown case, KataGo still...
That's probably the reason : -)
Yes More specifically, training a new network make use of the newest available data (ie selfplay with the latest network) AND a small percentage of all the data from the...
Hi! A few comments: - when not using your computer to analyze positions, you can contribute to KataGo (https://katagotraining.org/): that would be nice ; -) - 6b networks are quite...
The fastest config is probably TRT (specifically set-up on 9x9)
Because 1) KataGo can play on different board sizes 2) it's a very nice feature 3) playing on different sizes probably help it generalize concepts better 4) in order to...
From the default KataGo, if you compile it with Large Board Size feature ("USE_BIGGER_BOARDS_EXPENSIVE" in CMake), I know you can play up to 25x25, and if your GUI handles bigger...
I compiled it last week for Windows, with Large Board Size and OpenCL, here it is. [katagoLBSU.zip](https://github.com/lightvector/KataGo/files/6218062/katagoLBSU.zip) You should unzip it and you can rename it simply katago. LBSU means...
Sorry but I don't know how to compile KataGo for 37x37... I'll take a look at the code to see: if there's some easy-to-change parameter, I'll do it... Edit: I...