-
Notifications
You must be signed in to change notification settings - Fork 159
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
pytest test/integration error #379
Comments
what image did you use for your test run? |
Likely an image I build locally & pushed to ECR using the steps mentioned in the readme. |
running
produced
which seems to match the partial stacktrace you provided. The actual error message looks to be:
which seems to have been a known bug in older versions of TF: tensorflow/tensorflow#26007, tensorflow/tensorflow#26012. Running with TF 1.15.2 also failed, but running with TF 2.2 passed. This makes me believe that the issue is with the TF installation rather than the code in this repository. I'll pass this along to the owners of https://github.com/aws/deep-learning-containers. |
Awesome. Thanks for redirecting to the concerned folks. |
Test integration
Error stacktrace:
The text was updated successfully, but these errors were encountered: