-
Notifications
You must be signed in to change notification settings - Fork 153
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
Not finding the tfrecords during test #55
Comments
Have you tried running Line 21 of the dockerfile when in the docker image? once started run:export PYTHONPATH=$PYTHONPATH:/tensorflow/models/research/:/tensorflow/models/research/slim |
Yes, still not working. Same error /cry |
What's in the directory? |
The most recent push should solve this problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running the following command, which is the same on Readme:
And receiving the following error:
I'm having dificulties tracking it down. It seems some path is wrong 🤔
Edit: Setting
--use_tfrecords=0 \
returns the same error.The text was updated successfully, but these errors were encountered: