KataGo
KataGo copied to clipboard
Question
How to revise the training code to only train 9x9? my selfplay have already set boardlen data to 9
@lightvector
There should be a place in the config where you can set the possible board sizes and their probabilities. Have you tried that?
in selfplay.cfg?
Yes.
I successful solved the problem,thanks very much