ecmwf / anemoi-training

Apache License 2.0
17 stars 17 forks source link

fix: enable learningrate monitor automatically #119

Closed sahahner closed 2 weeks ago

sahahner commented 2 weeks ago

LearningRateMonitor should be enabled automatically if tracking by mlflow or wandb is enabled. Right now there is a typo (mflow != mlflow) which means the learning rate is not tracked and therefore examination on mlflow is not possible.

Possible reviewers: @HCookie