-
Notifications
You must be signed in to change notification settings - Fork 11
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
ONNXRuntimeErrors trying to run or train Splendor #5
Comments
I've tried different version of torch and onnxruntime, and it looks like export of some networks (including splendor one) aren't compatible with onnxruntime>=1.17.0, whatever the export settings are. That is super weird because exported file seems ok (it passes tests with onnx.checker, visible with netron, ..). So the only workaround I find is to force using onnxruntime 1.16.3. I'll update Readme accordingly. |
I also raised microsoft/onnxruntime#20641 |
Hi @lumi-a , Please try and let me know if you still have issues or if we can close the ticket. |
It works now, thank you very much for taking the time! |
Heya, thank you for your awesome additions to alpha-zero!
I tried to run your code, but unfortunately ran into some errors that look similar to the ones in #3.
First, updated all the dependencies:
In particular, I'm using:
And then tried the commands from the readme:
which still printed the initial game-board, but then threw:
Error log
Yielded:
Error log
Unrelated, but I think in the readme, line 108, the game-argument
splendor
is missing.The text was updated successfully, but these errors were encountered: