-
Notifications
You must be signed in to change notification settings - Fork 73
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
Skipping in training #35
Comments
Hi! In the event of an Exception occurring during data processing, the affected data will be skipped. If all the data is skipped, it's possible that your environment might not be correctly configured. To resolve this, you can review and verify your environment setup, delete the 'crossdocked_pocket10.lmdb' file, and then proceed to rerun 'train.py'. If the issue persists, you can catch the Exception during data processing to see what goes wrong. |
Hi! I hope this helps. |
Thanks for your reply! I tried to replace them but the skipping still occurs. I will try to downgrade the numpy. Anyway, thanks again for your reply |
Thank you for your valuable suggestions. I've addressed the numpy data type warning and made adjustments to the data processing code to handle Exceptions when skipping data. Feel free to pull the updated code to investigate why all the data is being skipped. |
Hi! After unzipping the dataset, I ran the train.py file directly, but it seems that all the data is skipped. I'm not sure if I'm overlooking something. Thank you for your help! A screenshot of my data folder is attached below.
The text was updated successfully, but these errors were encountered: