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

Evaluation protocol & Pretrained Models #4

Closed
elias-ramzi opened this issue Sep 22, 2021 · 3 comments
Closed

Evaluation protocol & Pretrained Models #4

elias-ramzi opened this issue Sep 22, 2021 · 3 comments

Comments

@elias-ramzi
Copy link

elias-ramzi commented Sep 22, 2021

Hi !

I am working with your datasets.

I have some more questions, do you plan on releasing :

  • Training protocol (optimizer, pretrain or not resnet34, mining code...)
  • Hyperparameters used in your paper (ie. learning rates, hyperparameters for the loss etc.)
  • The evaluation protocol / scripts ?
  • Pre-trained models ?

Thanks !

@DavidLeexxxx
Copy link

Hi, I also have some kinds of problem about the impelementation details. Since the DSL loss concerns the within-class similarity from different scales, so what is the batch sampling strategy for this method when training with DSL loss by using a mini-batch gradient descent manner. Apparently sample a batch by random shuffle is not suitable here.

@elias-ramzi
Copy link
Author

Hi, I have worked with the CSL loss and used the same sampling as in standard image retrieval (e.g. m-per-class sampler).
You can find an implementation of the loss here : https://github.com/elias-ramzi/HAPPIER/blob/main/happier/losses/csl_loss.py
Hope this helps.

@DavidLeexxxx
Copy link

Thanks for your reply and the future work HAPPIER,I will keep learning and focusing on them.

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

2 participants