Giter VIP home page Giter VIP logo

Comments (8)

jonashaag avatar jonashaag commented on July 30, 2024

#18

from pytorch-gradual-warmup-lr.

BCWang93 avatar BCWang93 commented on July 30, 2024

Hi,how do you use ReduceLROnPlateau as the after_scheduler,when I use this as after_scheduler,the warm up in the first epoch is not change.

from pytorch-gradual-warmup-lr.

LvJC avatar LvJC commented on July 30, 2024

Hi,how do you use ReduceLROnPlateau as the after_scheduler,when I use this as after_scheduler,the warm up in the first epoch is not change.

https://github.com/LvJC/pytorch-gradual-warmup-lr

from pytorch-gradual-warmup-lr.

BCWang93 avatar BCWang93 commented on July 30, 2024

Hi,how do you use ReduceLROnPlateau as the after_scheduler,when I use this as after_scheduler,the warm up in the first epoch is not change.

https://github.com/LvJC/pytorch-gradual-warmup-lr

Hi,I had replace this line

  • warmup_lr = self.get_lr()
  • warmup_lr = [base_lr * ((self.multiplier - 1.) * self.last_epoch / self.total_epoch + 1.) for base_lr in self.base_lrs]
    I use the warm_up lr is 5e-5 and 1epoch, and the after_scheduler init lr is 5e-4.But When I running,I find the first epoch lr is also 5e-4,so,I think there have other error?Thanks!

from pytorch-gradual-warmup-lr.

LvJC avatar LvJC commented on July 30, 2024

Hi,how do you use ReduceLROnPlateau as the after_scheduler,when I use this as after_scheduler,the warm up in the first epoch is not change.

https://github.com/LvJC/pytorch-gradual-warmup-lr

Hi,I had replace this line

  • warmup_lr = self.get_lr()

  • warmup_lr = [base_lr * ((self.multiplier - 1.) * self.last_epoch / self.total_epoch + 1.) for base_lr in self.base_lrs]
    I use the warm_up lr is 5e-5 and 1epoch, and the after_scheduler init lr is 5e-4.But When I running,I find the first epoch lr is also 5e-4,so,I think there have other error?Thanks!

You can re-refer it, I updated it just now. I think the main cause is the get_last_lr function.

from pytorch-gradual-warmup-lr.

BCWang93 avatar BCWang93 commented on July 30, 2024

Hi,how do you use ReduceLROnPlateau as the after_scheduler,when I use this as after_scheduler,the warm up in the first epoch is not change.

https://github.com/LvJC/pytorch-gradual-warmup-lr

Hi,I had replace this line

  • warmup_lr = self.get_lr()
  • warmup_lr = [base_lr * ((self.multiplier - 1.) * self.last_epoch / self.total_epoch + 1.) for base_lr in self.base_lrs]
    I use the warm_up lr is 5e-5 and 1epoch, and the after_scheduler init lr is 5e-4.But When I running,I find the first epoch lr is also 5e-4,so,I think there have other error?Thanks!

You can re-refer it, I updated it just now. I think the main cause is the get_last_lr function.

Thanks!I will test it.

from pytorch-gradual-warmup-lr.

BCWang93 avatar BCWang93 commented on July 30, 2024

Hi,how do you use ReduceLROnPlateau as the after_scheduler,when I use this as after_scheduler,the warm up in the first epoch is not change.

https://github.com/LvJC/pytorch-gradual-warmup-lr

Hi,I had replace this line

  • warmup_lr = self.get_lr()
  • warmup_lr = [base_lr * ((self.multiplier - 1.) * self.last_epoch / self.total_epoch + 1.) for base_lr in self.base_lrs]
    I use the warm_up lr is 5e-5 and 1epoch, and the after_scheduler init lr is 5e-4.But When I running,I find the first epoch lr is also 5e-4,so,I think there have other error?Thanks!

You can re-refer it, I updated it just now. I think the main cause is the get_last_lr function.

Hi,I test this methods,but this has same problem,the first epochs lr is also 5e-4.But,when I change the after_scheduler to cosin_scheduler,the running is right.

from pytorch-gradual-warmup-lr.

IamSVP94 avatar IamSVP94 commented on July 30, 2024

Hi there! Still do not work with ReduceLROnPlateau

from pytorch-gradual-warmup-lr.

Related Issues (18)

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.