-
Notifications
You must be signed in to change notification settings - Fork 44
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
Unable to reproduce the results on Pascal VOC datasets #20
Comments
If you change the number of GPUs, I think both the batch-size and the number of iterations should be changed accordingly to ensure that the model is fully trained (to ensure fair comparison with this repo), see issue #19 for more details. |
@er-muyue What if the batch size is same, but the total number of GPU is changed. DO we need to modify the setting to reproduce the result? |
@er-muyue If I understand correctly, the stated batch size (which is 16) means total batch size instead of batch size per GPU. In the above experiments, I kept the total batch size unchanged (16) even though I changed the GPU number from 8 to 2. In your last comment, do you mean to suggest changing the total batch size and number of iterations if I changed the GPU number? If yes, could you please suggest a direction to change (e.g. in 10-shot) so that the result gap between reported and reproduced can be reduced? Thanks. |
Just realized the result reported of Pascal voc is AP50 and result reported of coco is mAP. The result is able to be reproduced. Thanks. |
Hello, I would like to ask if your versions of python, cuda and pytorch are the same as the author's, because I use a 3090 graphics card, and the versions of cuda and pytorch cannot be consistent with the author's. Only the number of GPUs has been modified in the code, and the others have not been modified. The reproduced experimental results are far from the author's.Thank you very much. |
Hi, I tried to reproduce the G-FSOD results on Pascal VOC using the default config, but I am not able to reproduce the 2/3/5/10 shot results. Only the 1-shot result can be reproduced. The only change I made is the GPU number, which is changed from 8 to 2. Batch size and other config are kept unchanged.
G-FSOD, split 1, average results of seed 0-9
training_script.txt
results.txt
Is there anything wrong with my experiment? Also, could you please provide a 10-shot trained model? Thank you very much.
The text was updated successfully, but these errors were encountered: