-
Notifications
You must be signed in to change notification settings - Fork 137
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
no directory train_lmdb #11
Comments
You should put your own path here.
|
I have the same problem. |
same problem and I put the path corrrectly |
You should put your own path in the create_lmdb.py file as follows train_lmdb = '/home/ubuntu/deeplearning-cats-dogs-tutorial/input/train_lmdb' validation_lmdb = '/home/ubuntu/deeplearning-cats-dogs-tutorial/input/validation_lmdb' After changing the path to your own path where you have stored the project file run the create_lmdb.py file . |
I get the following error
Creating train_lmdb
Traceback (most recent call last):
File "create_lmdb.py", line 64, in
in_db = lmdb.open(train_lmdb, map_size=int(1e12))
FileNotFoundError: [Errno 2] No such file or directory: '~/project/tp/deeplearning-cats-dogs-tutorial/input/train_lmdb'
The text was updated successfully, but these errors were encountered: