-
Notifications
You must be signed in to change notification settings - Fork 7
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
lmdb.Error: datasets/clean_10k_geography/train.lmdb: No such file or directory #5
Comments
Hi, can you also post the command (with argument) and model you are trying to run? I was getting this error but was able to resolve it but I don't remember exactly when I was getting it. |
Thanks for replying. I was running the main_pretrain.py using this command: I added the new argument --online data_dir which you didn't put it on in your original command because the program couldn't go on without this. And the complete error message wrote like this: |
Sorry, dropped the ball on this one. Were you able to figure it out? I think the --online_data_dir is the culprit as the lmdb version of data is needed for that. |
Thanks for the heads-up. I took a look at the models/ssl_online.py file and noticed that a return statement is executed right before the self.datamodule section. This is a change from the original SECO code. (You must have figured this out.) So, problem solved! |
I got the same problem in Seco's source code.
I thought the author probably sovled this, so I'm here asking for help!
The text was updated successfully, but these errors were encountered: