David J Wu

Results 304 comments of David J Wu

The pretrained weights are not in pytorch, they're in tensorflow (and specifically, the ancient and outdated TF 1.15). KataGo will be updating to use pytorch by the end of this...

shuffle.py is supposed to output the range of data rows used. https://github.com/lightvector/KataGo/blob/master/python/shuffle.py#L639-L644 Perhaps you are pointing to the wrong directory or something has failed that cause this not to happen,...

For KataGo's main run, the learning rate of b10c128 was never changed from 1.0. If you were to decrease it from 1.0 near the end of training, I would expect...

Thanks for this report. I would be interested to know about this too. Do other users also find the TensorRT backend more unreliable or unstable than the other backends?

Thanks for sharing!

There aren't any new dependencies in 1.11.0. The cmake configuration for Linux did not change at all since 1.10.0, except for refactoring some KataGo source files into multiple pieces. No...

I think https://github.com/lightvector/KataGo/blob/master/Compiling.md has always been missing tips/advice for installing OpenCL, even pre-v1.10, so the pointer to opencl-headers seems useful, good catch thanks. For the OpenCL lib, rather than just...

The first thing would be to make sure playoutDoublingAdvantage is set to 3.0, the most extreme possible value of that parameter. This makes KataGo behave the way it does in...

See here on the releases page where you download them: ![image](https://user-images.githubusercontent.com/11942395/151704165-0969206e-75d3-4863-be73-9aed98f76e8c.png)

Yep, it's in the config: https://github.com/lightvector/KataGo/blob/master/cpp/configs/gtp_example.cfg#L68