-
Notifications
You must be signed in to change notification settings - Fork 19
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
What is the relationship between samples_per_gpu and workers_per_gpu and sample_ratio? #19
Comments
There are three distinct concepts to understand:
ConsistentTeacher/configs/consistent-teacher/consistent_teacher_r50_fpn_coco_180k_10p.py Lines 256 to 296 in 1fa6477
|
Hello @huangnana1 and @X-KL , how many GPUs are you using and did you change any values in the configs? |
hello, thanks for your reply, reference your previous reply in other issues, the problem I have solved. thank you very much.
…---Original---
From: "Xingyi ***@***.***>
Date: Wed, Oct 9, 2024 14:21 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [Adamdad/ConsistentTeacher] What is the relationship between samples_per_gpu and workers_per_gpu and sample_ratio? (Issue #19)
Hello @huangnana1 and @X-KL , how many GPUs are you using and did you change any values in the configs?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can only use the default
But to increase the batchsize a bit,
samples_ per_ gpu=8,
when the program cannot run and a len() error will occur. Can you tell me the relationship between these three and how labeled and unlabeled data is sampled in the project? Thank you very much
The text was updated successfully, but these errors were encountered: