Giter VIP home page Giter VIP logo

Comments (3)

yxgeee avatar yxgeee commented on July 26, 2024

According to the paper (Section 4.1), you mentioned the best result (80.2%) was achieved by training ResNet-50 with an SGD optimizer. However, from the config files provided in this repo, AdamP is used for ResNet-50+ReLabel+CutMix. I am wondering that which optimizer did you use for training with CutMix? Looking forward to your reply. Thanks!

from relabel_imagenet.

hellbell avatar hellbell commented on July 26, 2024

@yxgeee

Thank you for the inspiring work! I have read the paper and the code, and would like to raise a question about the selection of the training hyper-parameters. Specifically, I found that you use custom setups for optimizers (e.g., SGD v.s. AdamP, learning rate, weight decay, etc.) in three configs (baseline, relabel, relabel+cutmix). I am wondering that how did you tune it? Are there any policies? Thanks!

According to the paper (Section 4.1), you mentioned the best result (80.2%) was achieved by training ResNet-50 with an SGD optimizer. However, from the config files provided in this repo, AdamP is used for ResNet-50+ReLabel+CutMix. I am wondering that which optimizer did you use for training with CutMix? Looking forward to your reply. Thanks!

Yes, we used AdamP optimizer when applying CutMix regularization for further improvement.
Otherwise, we used SGD optimizer.

For your information,

  • ResNet-50+ReLabel+CutMix with SGD: 79.8%
  • ResNet-50+ReLabel+CutMix with AdamP: 80.2%

The hyperparameter for AdamP is described in our config file (relabel_train_resnet50_cutmix.yaml). We tuned the lr and wd for AdamP by grid search.

We will add these details in Section 4.1.
Thank you for pointing it out!

from relabel_imagenet.

yxgeee avatar yxgeee commented on July 26, 2024

Thanks a lot for your reply!

from relabel_imagenet.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.