Page 6 of 14
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 2:26 am
by Friday9i
Dragon wrote:Friday9i Please make version of katago 1.9.1 for 37x37 and 52x52 boards! (eigenavx2-windows-x64)
Here they are, enjoy!
https://github.com/lightvector/KataGo/i ... -913116646
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 3:26 am
by And
why does the 60b network not work on boards larger than 33x33? 40b on boards more than 37x37? 20b on boards more than 52x52? are there resource limits in the executable?
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 3:53 am
by And
Friday9i
"unacceptable size (Board::MAX_LEN is 29..."
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 3:56 am
by Friday9i
And wrote:Friday9i
"unacceptable size (Board::MAX_LEN is 29..."
Argh sorry, I must have made a mistake somewhere... I'm trying again asap. Just a question: did you manage to make it work on boards 52x52 with 20b nets (but not with 40b and 60b)??
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 4:05 am
by And
I checked the 20b network. works at 29x29, not at 33x33. checked in q5go-2.1.2. all 4 files
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 4:28 am
by And
launch in cmd:
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 5:01 am
by Friday9i
And wrote:I checked the 20b network. works at 29x29, not at 33x33. checked in q5go-2.1.2. all 4 files
I updated the 2 Eigen files, are they working correctly? If yes, I'll add the OpenCL versions
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 5:05 am
by And
37x37 ok! on a 52x52 board, the network 20b also works!
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 5:10 am
by And
thanks a lot!!!

Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 5:11 am
by Friday9i
And wrote:37x37 ok! on a 52x52 board, the network 20b also works!
Cool, I added the OpenCL versions, they should work too hopefully
Enjoy!
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 5:22 am
by And
at first glance, the 20b network on a 52x52 board plays differently, not like in the previous version of KataGo
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 5:31 am
by Friday9i
And wrote:at first glance, the 20b network on a 52x52 board plays differently, not like in the previous version of KataGo
That's quite unexpected, I think there shouldn't be any difference in playing style from the new engine... There were some changes regarding symmetries and also the search, but that should be hard to differentiate IMHO
Re: Game programs for boards more than 19x19
Posted: Sun Sep 05, 2021 5:48 am
by And
yes, it also plays, probably there were other settings

Re: Game programs for boards more than 19x19
Posted: Mon Sep 06, 2021 3:58 am
by And
OpenCL versions work too. but tested with 6b network because I used GT610 video card
Re: Game programs for boards more than 19x19
Posted: Tue Sep 14, 2021 5:38 am
by And