Skip to content
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

implementation details about the testing process #2

Open
Adasunnylily opened this issue May 29, 2023 · 5 comments
Open

implementation details about the testing process #2

Adasunnylily opened this issue May 29, 2023 · 5 comments

Comments

@Adasunnylily
Copy link

Hi, I have read your paper which is a great work. I also have tried to reproduce the linear probe results of baseline in Table2 in the cub dataset. However, the results I got are far below the number reported in paper, I got acc1 around 63.76 for Resnet50 pretrain while the results in paper is 68.17. For mocov2 pretrained results, I got acc around 59.92, but the results in paper is 68.30. Therefore I wonder if you could share your implementation details such as the parameters used in linear probe testing. Thanks a lot!

@GANPerf
Copy link
Owner

GANPerf commented Jun 2, 2023

Hi, I have read your paper which is a great work. I also have tried to reproduce the linear probe results of baseline in Table2 in the cub dataset. However, the results I got are far below the number reported in paper, I got acc1 around 63.76 for Resnet50 pretrain while the results in paper is 68.17. For mocov2 pretrained results, I got acc around 59.92, but the results in paper is 68.30. Therefore I wonder if you could share your implementation details such as the parameters used in linear probe testing. Thanks a lot!

Hello! Did you try initializing the ResNet-50 architecture with ImageNet-trained weights, as described in our paper?

@Adasunnylily
Copy link
Author

YES! I have done that~

@GANPerf
Copy link
Owner

GANPerf commented Jun 5, 2023

YES! I have done that~

If that's the case, it is indeed a valid point to consider selecting the checkpoint with the best retrieval performance rather than relying solely on the last epoch during the pretraining process. It is possible that the checkpoint with the highest retrieval performance may exist during a mid-epoch, such as the 75th epoch, rather than the 100th epoch. Additionally, another factor that could contribute to the discrepancy could be the difference in classifier parameters. I will release them soon.

@Adasunnylily
Copy link
Author

Adasunnylily commented Jun 5, 2023

Thanks again! The release will be very helpful~

@bftan1949
Copy link

Hi, I have read your paper which is a great work. I also have tried to reproduce the linear probe results of baseline in Table2 in the cub dataset. However, the results I got are far below the number reported in paper, I got acc1 around 63.76 for Resnet50 pretrain while the results in paper is 68.17. For mocov2 pretrained results, I got acc around 59.92, but the results in paper is 68.30. Therefore I wonder if you could share your implementation details such as the parameters used in linear probe testing. Thanks a lot!

Hello, have you successfully reproduced the results of MoCo? (table2 68.30)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants