We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python train.py -c configs/config.json -d 1 -dist false 可以进行训练,在测试验证集时,val_num_workers=0时,显示错误:Segmentation fault (core dumped); val_num_workers=2(>0)时,显示错误: raise RuntimeError: DataLoader worker (pid(s) 22437) exited unexpectedly 您这边这个问题是怎么解决的?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
python train.py -c configs/config.json -d 1 -dist false
可以进行训练,在测试验证集时,val_num_workers=0时,显示错误:Segmentation fault (core dumped);
val_num_workers=2(>0)时,显示错误:
raise RuntimeError: DataLoader worker (pid(s) 22437) exited unexpectedly
您这边这个问题是怎么解决的?
The text was updated successfully, but these errors were encountered: