-
Notifications
You must be signed in to change notification settings - Fork 23
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
ValueError when running local tests: Tensor [...] must be from the same graph as Tensor [...] #11
Comments
The issue is due to the version of TensorFlow. You used To avoid all issues related to compatibility and package versions, it's strongly recommended to use Docker. Please follow the instructions here: The Docker image maybe large (~11GB) for unstable Internet connection, so we provide an alternative way to download it. The instructions can be found on the AutoDL challenge page. We summarize it here:
cat autodl-gpu-latest.tar.part* > autodl-gpu-latest.tar
docker load < autodl-gpu-latest.tar If it works for you, I'll close the issue. |
I download the docker image file and run it as container, but after I open the tutorial.ipynb and run it still has error, and I print the version of tensorflow is 1.12.0. But you mention is 1.13.1 The error message is: |
I Found the reason, if run container from the image tar file downloaded from baiduyun , the tensorflow version inside is 1.12. If pull from image in dockerhub: evariste/autodl:cpu-latest, and run it as container, |
Describe the bug
When I run local test I am having this error:
The same error occurs when I try to use the notebook
To Reproduce
Expected behavior
Logs obtained:
Desktop (please complete the following information):
Additional context
Python 3.7.5 (Clang 4.0.1)
Python packages:
The text was updated successfully, but these errors were encountered: