Giter Site home page Giter Site logo

Comments (6)

nmaac avatar nmaac commented on July 21, 2024 1

Sorry, I did not save the schedule, I was changing lr manually each time accuracy stopped improving. I started from 1e-3 and dropped it to 1e-6 at the very end...

Seems to be tedious and time-consuming.. Just use the simple linear decay schedule :)

from funnelact.

nmaac avatar nmaac commented on July 21, 2024

Hi @1243France , if you meet overfitting problem, please try:

  • more augmentation and regularization;
  • use less FReLU (example) which also shows great improvement and avoid overfitting problem as well.

from funnelact.

nekitmm avatar nekitmm commented on July 21, 2024

@1243France, I was able to reproduce the model in pytorch. Please see the repo:

https://github.com/nekitmm/FunnelAct_Pytorch

Training Acc@1 was about 81.3%, so looks like you overfitted your model.

from funnelact.

1243France avatar 1243France commented on July 21, 2024

@1243France, I was able to reproduce the model in pytorch. Please see the repo:

https://github.com/nekitmm/FunnelAct_Pytorch

Training Acc@1 was about 81.3%, so looks like you overfitted your model.

Hi @nekitmm , could you offer your lr_scheduler settings? Thanks for your help.

from funnelact.

nekitmm avatar nekitmm commented on July 21, 2024

Sorry, I did not save the schedule, I was changing lr manually each time accuracy stopped improving. I started from 1e-3 and dropped it to 1e-6 at the very end...

from funnelact.

nmaac avatar nmaac commented on July 21, 2024

Hi @1243France , if you meet overfitting problem, please try:

  • more augmentation and regularization;
  • use less FReLU (example) which also shows great improvement and avoid overfitting problem as well.

@1243France , I reviewed your code briefly, please note as we presented in both the paper and code, we do not apply frelu to the last stage to avoid overfitting. If you do not use this strategy, please follow the strategy I suggested above.

from funnelact.

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.