yaneurao / YaneuraOu

YaneuraOu is the World's Strongest Shogi engine(AI player) , WCSC29 1st winner , educational and USI compliant engine.
GNU General Public License v3.0
512 stars 140 forks source link

Cannot use FukauraOu #262

Closed rasc42 closed 1 year ago

rasc42 commented 1 year ago

Keeping as reminder: Remember to run as administrator.

Sorry for writing in English. I'm using Windows 11.

I always get this error with FukauraOu: image

I have all necessary files: image

And CUDA 11.6 is in the path: image

And have compatible GPU: image

Any ideas?

Thanks.

yaneurao commented 1 year ago

Please try to run FukauraOu on CUI(Double-click on the FukauraOu executable file on Windows Explorer.), not from GUI(ShogiGUI and/or Shogidokoro), and then send the "isready" command(type "isready" and Enter key) to see what kind of error you get.

rasc42 commented 1 year ago

At first, this is what appears: image

After many newlines: image

yaneurao commented 1 year ago

Where did you get that model.onnx from?

Can you try it with the model file that can be downloaded from :

model-dr2_exhi.zip : https://github.com/TadaoYamaoka/DeepLearningShogi/releases/tag/dr2_exhi

rename model-dr2_exhi.onnx to model.onnx , and use it.

rasc42 commented 1 year ago

I got it from the same link! image

It's the same files

rasc42 commented 1 year ago

Sorry, I had not tried running as administrator, but I did it now, and it worked. Thanks for all the help.

yaneurao commented 1 year ago

Thank you for your infomation.