KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

How to export the trained weights?

Open gaoruihua111 opened this issue 3 years ago • 3 comments

gaoruihua111 avatar May 04 '22 13:05 gaoruihua111

Use python/export_model.py. See https://github.com/lightvector/KataGo/blob/master/SelfplayTraining.md for some scripts that use it and look at those source code of those scripts for further examples.

lightvector avatar May 05 '22 00:05 lightvector

Can you give me a sample 'cmd' Command Line?Thanks Very much!

gaoruihua111 avatar May 05 '22 11:05 gaoruihua111

You can already look at the source code for the scripts in the above documentation for example command lines, such as python/selfplay/export_model_for_selfplay.sh.

lightvector avatar May 12 '22 12:05 lightvector