Skip to content
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

Open
aayush27894 opened this issue Nov 28, 2017 · 4 comments
Open

no directory train_lmdb #11

aayush27894 opened this issue Nov 28, 2017 · 4 comments

Comments

@aayush27894
Copy link

aayush27894 commented Nov 28, 2017

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'

@rajasekharponakala
Copy link

rajasekharponakala commented Jun 7, 2018

You should put your own path here.

train_lmdb = '/home/ubuntu/deeplearning-cats-dogs-tutorial/input/train_lmdb' validation_lmdb = '/home/ubuntu/deeplearning-cats-dogs-tutorial/input/validation_lmdb'

@Behnam72
Copy link

Behnam72 commented Oct 3, 2018

I have the same problem.
I do not see the "train_lmdb" file in the zip file that I downloaded.
what should I do?

@jorgher
Copy link

jorgher commented May 26, 2019

same problem and I put the path corrrectly

@rohitnairkp
Copy link

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'
******************************* Change to *******************************
train_lmdb = '/home/glueck/Documents/deeplearning-cats-dogs-tutorial/input/train_lmdb'

validation_lmdb = '/home/ubuntu/deeplearning-cats-dogs-tutorial/input/validation_lmdb'
******************************* Change to *******************************
validation_lmdb = '/home/glueck/Documents/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 .

Screenshot from 2019-11-12 13-05-36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants