KataGo
KataGo copied to clipboard
How to export the trained weights?
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.
Can you give me a sample 'cmd' Command Line?Thanks Very much!
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.