David J Wu
                                            David J Wu
                                        
                                    Given that all these things aren't working, what *was* the way that you did get it working before? Yeah, intel GPUs can be tricky sometimes, and sometimes have issues with...
Not right now, but it wouldn't be out of the question in the future.
That's neat! If you come up with interesting results to post/publish somewhere I'd definitely enjoy reading about it. So as for how to do it - how about just doing...
The pytorch documentation explicitly says "same" is a valid parameter: https://pytorch.org/docs/stable/generated/torch.nn.Conv2d.html Perhaps you are using a version of pytorch that is too old?
Does it keep growing beyond 2.4GB? If so, how much? Is there a limit or does it grow unboundedly with more and more games? What is your nnCacheSizePowerOfTwo in the...
Also I can already tell you that the winrate indicated when the board is empty should not match except by coincidence. Maybe 1000 max playouts is the right number to...
Yes, that's the default, and 2.4GB doesn't seem that surprising. 2^20 entries is 1 million entries, and each entry is about 1.5KB, so that's 1.5GB. It uses some memory for...
Yeah, you might be running into a problem with drivers. I see the word "Mesa" appear in your info - that "Mesa" drivers have been found to be buggy for...
It would be messy to duplicate a new model file for every different possible model and have many versions of the code floating around that could then get out of...
If you are simply trying to run KataGo from python because you want its suggested moves or analysis or ownership predictions, I recommend you ignore all of these details about...