David J Wu

Results 304 comments of David J Wu

@awsjgy - If you're new to programming, as you mentioned in the other issue, I would not recommend you start with a project like this. But if you're willing to...

Normally KataGo expects you to compile it from a `git clone` of the repository here from Github. The training scripts also currently expect to be run from within the repo,...

Actually I think some of the scripts still don't do this, they only copy out a snapshot purely for future logging purposes (you can see the version of the code...

Probably not. General-purpose LLMs right now aren't going to be very good at Go, and will have almost no training data for interpreting the stats of a tree of nodes...

You are loading the model the wrong way. You're not supposed to guess what config to use, the checkpoint file itself contains the correct config. See for example the proper...

Yes dependencies can be a bit messy. As described in the release notes, if you have this issue, try compiling KataGo yourself - clone the git repo and follow the...

Tensorflow training is no longer implemented or supported. If you need to train with Tensorflow, you need to use a much older version of the repo. Pytorch training uses the...

Does this actually work for you with only this fix? I'm actually getting a different error from fullInstall a few lines up: ``` ALTER TABLE `wD_Groups` CHANGE COLUMN `type` `type`...

Yeah, I know there are other tools one can use to edit the windows registry, but it would be far more convenient if GoGui itself stored user config data in...

Thanks for the report! I don't think there is a bug in KataGo. I'm guessing it's a bug in the GUI for failing to detect that the SGF contains illegal...