-
Notifications
You must be signed in to change notification settings - Fork 936
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
shared memory limit #441
Comments
Can you provide more details like what exactly was your model/dataset? Also please provide your environment details as instructed in the Bugs issue template. |
Hi, I tried visual bert and butd, the same problem as reported.
16G/GPU, pytorch 1.5, python 3.8 |
more info about the error
|
It is caused by broken data. |
@qizhust Can you explain more what do you mean when you say broken data? Would be helpful for future users/ |
Yep, I suffered an unexpected interruption during downloading the dataset, then the following operation triggers core dump fault mmf/mmf/datasets/databases/readers/feature_readers.py Lines 195 to 199 in 9ba7af6
It would be better if the download process allows resume from breakpoint or the completion of downloaded files can be examined :) |
Hi, is there anyone meeting this error?
RuntimeError: DataLoader worker (pid 263230) is killed by signal: Bus error. It is possible that dataloader's workers are out of shared memory. Please try to raise your shared memory limit.
The text was updated successfully, but these errors were encountered: