-
Notifications
You must be signed in to change notification settings - Fork 419
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
Can't pickle generator objects #9
Comments
Sorry for this bug. This is probably a problem of Pytorch version. In our experiment, the version is 1.7.1, and there's no problem. if not, maybe you could describe this bug in more detail. |
I installed pytorch version 1.7.0 as mentioned in github README.md set _C.WORKERS = 0 and solved pick generator bug thanks |
Thanks for your attention to our project! Best wishes! |
Hello, I'm trying to learn YOLOP model.
python tools/train.py
When the code was executed, a can't pick generator objects error and a Ran out of input error occurred.
Please give me some advice.
The text was updated successfully, but these errors were encountered: