lightvector / KataGo

GTP engine and self-play learning in Go
https://katagotraining.org/
Other
3.56k stars 564 forks source link

I don't know why this is a problem #659

Open KWH20081104 opened 2 years ago

KWH20081104 commented 2 years ago

屏幕截图(1)

屏幕截图(2)

There seems to be no problem

michito744 commented 2 years ago

1.bin.gz

KWH20081104 commented 2 years ago

1.bin.gz I named the file this way just to make it easier to run the code

michito744 commented 2 years ago

So, "katago.exe genconfig -model 1.bin -output gtp_custom.cfg" is not exact.

"katago.exe genconfig -model 1.bin.gz -output gtp_custom.cfg" I think you have to do.

KWH20081104 commented 2 years ago

So, "katago.exe genconfig -model 1.bin -output gtp_custom.cfg" is not exact.

"katago.exe genconfig -model 1.bin.gz -output gtp_custom.cfg" I think you have to do.

Thank you.But, 屏幕截图(57) what kind of question is that?

michito744 commented 2 years ago

Check your CUDA version.

KWH20081104 commented 2 years ago

Check your CUDA version.

But this is the OpencL version of Katago.

lightvector commented 2 years ago

@KWH20081104 - OpenCL is a common interface that many different companies can each choose to implement in the way they choose. So OpenCL allows KataGo to use AMD's drivers on an AMD GPU, Intel's drivers on an Intel GPU, etc.

For NVIDIA, they implement OpenCL using some of the the CUDA drivers and software. So if you have an NVIDIA GPU, you may indeed to make sure your GPU hardware drivers are up to date, and possibly that your cuda version is up to date and/or compatible.