-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About reading sgf files #319
Comments
This is very likely not a KataGo issue, and I think it is extremely unlikely that OpenCL vs CUDA, or the version of KataGo has anything to do with it. OpenCL vs CUDA, and also 1.4.5 vs 1.5.0 make no changes that would have an impact on this. Please keep in mind at (to the best of my knowledge), KataGo never even sees the SGF file. Lizzie is responsible entirely for parsing the SGF file, and then telling KataGo what moves to put on the board. I would guess that the only reason you observe such differences between KataGo versions and between OpenCL and CUDA is either:
Anyways, I'll reiterate though: very likely KataGo has nothing to do with it - KataGo never even sees the SGF file. |
Thank you for your reply. |
I wrote it in lizzie's Issues, but it's also about KataGo, so I'll post it here as well.
This is a problem when reading Fox Go's sgf file with evaluation values and explanations with lizzie-v0.7.3.
・ Katago-v1.4.2-cuda10.1-windows-x64
・ Katago-v1.4.2-opencl-windows-x64
・ Katago-v1.4.5-cuda10.2-windows-x64
・ Katago-v1.4.5-opencl-windows-x64
・ Katago-v1.5.0-opencl-windows-x64
・ Katago-v1.6.1-gpu-opencl-windows-x64
・ Leela-zero-0.17-win64
If these are set, the sgf file with evaluation value and explanation will be read successfully.
・ Katago-v1.5.0-cuda10.2-windows-x64
・ Katago-v1.6.1-gpu-cuda10.2-windows-x64
If you open an sgf file with evaluation values and explanations with these set, lizzie will freeze.
After successfully opening the sgf file with evaluation values and explanations, even if you change to the above two engines in the engine settings, you can analyze normally.
Since I am using Google Translate, it may be difficult to read, but please forgive me.
The text was updated successfully, but these errors were encountered: