Ranger21 icon indicating copy to clipboard operation
Ranger21 copied to clipboard

What it the best hyper-parameter setting?

Open NoOneUST opened this issue 2 years ago • 2 comments

Hello, should I use what kind of hyper-paramter for the first try? For example, learning rate, AdamW or Madgrad?

NoOneUST avatar May 02 '22 03:05 NoOneUST

Hi @NoOneUST, I would recommend just starting with no modifications - i.e. just run Ranger as it's designed to try and establish smart defaults. After that, you can start adjusting, and would recommend learning rate as probably the first thing to adjust esp based on the initial training results. Hope that helps!

lessw2020 avatar May 03 '22 18:05 lessw2020

I'll just add one example I've found. For timeseries, this repo uses a subset of ranger21 https://github.com/jdb78/pytorch-forecasting/blob/master/pytorch_forecasting/optim.py.

Make of it what you will ;p

wassname avatar Sep 26 '22 03:09 wassname