Git Product home page Git Product logo

Comments (6)

gasvn avatar gasvn commented on June 28, 2024

You can refer to this repo to reproduce our results. https://github.com/pytorch/examples/blob/master/imagenet/main.py

from res2net-pretrainedmodels.

wangbin2018 avatar wangbin2018 commented on June 28, 2024

I train the res2net-v1b about 200 epochs,but only get top1-78.37%,(lr = 0.2 ,per_batch = 128 on 8 GPU), other hyperparameter is same,about 2% less,how can I adjustment?

from res2net-pretrainedmodels.

wangbin2018 avatar wangbin2018 commented on June 28, 2024

Excuse me,can I ask one more question?You paper say use a mini-batch of 256 on 4 Titan Xp GPUs,256 is total batch (means 64 per GPU)or 256 per GPU, and the Hyperparameter of res2net_v1b is the same as res2net?

from res2net-pretrainedmodels.

gasvn avatar gasvn commented on June 28, 2024

The v1b uses our designed trick that is similar to mixup. Sorry I cannot give it to you since we are still working on it. Using mixup and coslr with 300 epoch can get the similar result. If you are going to compare your method with res2net, you can just refer to the results in the paper.

from res2net-pretrainedmodels.

wangbin2018 avatar wangbin2018 commented on June 28, 2024

Thank you very much!So common version of res2net using trick? And do you train net using f16, because 256 per_batch can lead to OOM. I'm very interest in your work~

from res2net-pretrainedmodels.

gasvn avatar gasvn commented on June 28, 2024

The res2net_v1b is designed for better downstream task, not for comparison. I didn't use f16, and no OOM happens when using GPU with 11G memory.

from res2net-pretrainedmodels.

Related Issues (20)

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.