-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
assert prefetch_factor > 0 issue when run the example #5086
Comments
I meet the same error. |
Yes, when I changed the file, it worked. |
same issue. how it solve |
Refer to fc9c33b, you need to remove the new code inside the green bar. Or you can install the past version.(recommend) |
Hello everybody. I had the same issue. What torch version do you use? I use 2.0, and I resolved it this way. Before I had 1.9, which got me this issue. I did not need to install a previous detectron2 version or change its code. |
change the default value of arg |
Note to others having the same problem: Pull the newest source. It is fixed on 337ca34 dated Nov 2 2023. |
Hello,
Instructions To Reproduce the Issue:
I was following "Detectron2 Tutorial", but when I try to train on the custom dataset (balloon example), but after running this code:
I got this error:
Environment:
I hope this is the correct place to get help to solve the issue, I'm not sure if I need to post it here or in the Torch repository issues.
The text was updated successfully, but these errors were encountered: