David J Wu
                                            David J Wu
                                        
                                    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`.
This question is too still vague to be answerable, you have not provided enough information for anyone to understand what your goal is, what you've tried so far, what your...
KataGo has never been tested with CUDA 11.5. As you can see from the release notes (https://github.com/lightvector/KataGo/releases), officially speaking, the windows executables were compiled with only CUDA 11.2. Please don't...
Try heading to https://discord.gg/AjTPFpN and find someone to chat with there. You can ask questions, share where you get stuck, describe what the failure or error message is, etc. back...
Overview here https://github.com/lightvector/KataGo#selfplay-training. And yep, ask for help in the discord link above if you have various other beginner questions or don't understand something in that document.
Right now, the documentation is just running it with the "-help" flag on the command line, together with the comments currently within the contribute_example.cfg that comes with the release: https://github.com/lightvector/KataGo/blob/master/cpp/configs/contribute_example.cfg...
Thanks, this is great, will take a look this weekend or next.
Obviously, it's been a lot more than a week... But I do hope to pick this up at some point. It might be some time more, but coming up near...
Sure, it's possible. Download a program like [katrain](https://github.com/sanderland/katrain) or [ogatak](https://github.com/rooklift/ogatak) or [q5go](https://github.com/bernds/q5Go) or whatever, run multiple instances of those programs with multiple instances of KataGo using different neural net weights...
Presumably you are running it with command line arguments such that it expects the shuffled data to be at /content/KataGo/python/selfplay/shuffleddata/current Is that the path you intended? If not, you need...