-
Notifications
You must be signed in to change notification settings - Fork 250
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
Error runing the demo #13
Comments
If you re-run the code, you will get a new error:
|
The second error message you posted looks like Tensorflow is immediately running out of GPU memory -- make sure your GPU memory isn't all used up with I haven't run into the first error before. You may want to try running inside the Docker environment, which specifically uses Tensorflow 1.13 (perhaps the behavior of the softmax function was changed at some point). |
Hello,Thank you very much for your open-sourcing code!
when trying to run the demo,I have been encountering some problems.
when i want to create MPIs using pretrained network,
I don't know how to fix the problem, Could you please help me identify where could possibly go wrong?
The text was updated successfully, but these errors were encountered: