David J Wu

Results 304 comments of David J Wu

@ntkylin - is this the same machine or GPU as in https://github.com/lightvector/KataGo/issues/908? It might be the case that your GPU has a heating or power or other internal issue that...

Yes, that's possible, you can set `maxRatingMatches` to 0. It's not advertised heavily because if everyone does it, we won't have any rating games. How are things going now, and...

Try using KataGo a lot for personal analysis while the GPU is also otherwise under heavy load. See if it suggests nonsensical moves occasionally or if the eval swings a...

Anyways, if it continues to seem stable under the Ubuntu driver, feel free to keep running it there. And of course, thanks again for raising the issue and working through...

By the way, if you do want to keep testing on Windows other parameters and driver configurations and you need a convenient way to use KataGo to heavily load the...

Sorry for the confusion - it looks like there's an oversight in the match code where right now it requires at least 2 bots to function, it doesn't have a...

Thanks for pointing out the typos! I pushed the appropriate fixes as 659e3e9a. In particular, I did *not* fix the typos you identified in tclap, because that is an external...

@Nightbringers - thanks for the question. These are white / black winrate, no result prediction, score prediction, visits used and the expected weight of that row in the data, see...

Thanks for the report. It's hard to say what is going wrong or how to fix it, because the log you attached looks like the tuner is behaving exactly correctly...

I'm curious what compiler and compiler version you are using. It looks like it can't find pthreads, which suggests maybe something isn't happening properly with these lines of code when...