-
-
Notifications
You must be signed in to change notification settings - Fork 16.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
dataloader workers #1574
Comments
@alicera please read the argparser of each file to see settable arguments: Lines 413 to 442 in 577f298
|
parser.add_argument('--workers', type=int, default=8, help='maximum number of dataloader workers') |
1 worker uses 1 python thread I believe. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
When I train the yolo ,it will see the message.
"Using 1 dataloader workers" , how to set the number of the dataloader workers, and how to define it.
Analyzing anchors... anchors/target = 5.92, Best Possible Recall (BPR) = 0.9999
Image sizes 640 train, 640 test
Using 1 dataloader workers
Logging results to runs/exp6
Starting training for 300 epochs...
The text was updated successfully, but these errors were encountered: