David J Wu

Results 304 comments of David J Wu

Can you be more specific about the errors you're getting? The network should NOT be affecting which GUIs work, because the only thing that the GUI's care about is the...

> the system shutdown suddenly and it can restart only if one should re-plug the supply line. Did it cause your entire machine to power off unexpectedly? That sounds like...

@Crispy3 - Intel integrated graphics is tricky. At least for some older versions, the answer unfortunately is that Intel's OpenCL drivers were buggy, with no workaround (if you search, you...

@siasio - That would be extremely weird. Can you change it back and see if it goes back to failing? My guess is that numSearchThreads and nnMaxBatchSize has nothing to...

Cool. So still my best guess is what made the difference is none of those. It probably was *always* working for you, even from the very start! The difference is...

Hi cofdam! This looks like intended behavior. Generally, in MCTS, the winrate or score or any other similar statistic about a node is based on a *weighted average* of all...

Hi there, thanks for the interest! Very recently added was this example file, does it help? https://github.com/lightvector/KataGo/blob/master/python/query_analysis_engine_example.py

You're welcome to wrap up the example code into a library if you wish! Presumably it would have sgfmill as a dependency? Unless you have your own personal code with...

No, it's a minor change that isn't that important. It possibly makes it slightly easier for the network to fit the correct function to determine when to pass at the...

Probably partly answered here? https://github.com/lightvector/KataGo/issues/788#issuecomment-1683099083 If your in-memory board state is an sgfmill board, then take the example code there verbatim, with any minor changes you want (e.g. changing `query["rules"]...