ihavnoid / leelaz-ninenine

A 9x9 fork of leela-zero, which is targeted to provide a learning exercise with limited resources
GNU General Public License v3.0
25 stars 8 forks source link

something wrong with your example-data/initial_9x9.txt #5

Closed fantianwen closed 5 years ago

fantianwen commented 5 years ago

when I run the leelaz with the example weight file, I got crushed.

If you can check or provide another weight file work. Thank you very much.

ihavnoid commented 5 years ago

The included file is for a 9x9 net. You need a 13x13 initial net. You probably need to create an initial net by writing some code - I did it by running the training process with zero input data (need some code hacking because normally it will refuse to do any training)