-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensorboard fails to log found lr when auto_lr_find is enabled. #3219
Comments
Hi, thanks for reporting this. I noticed you did not specify the PL version. Could you check that you are on 0.9, because we recently fixed a bug regarding the lr_find setting the learning rate attribute on hparams. #2821 |
yes pl version 0.9 |
I've looked at this and this actually has nothing to do with TensorBoard or any other logger. PR #3293 added a Anyway, learning rate finder is not called in |
I had to both set |
🐛 Bug
To Reproduce
Steps to reproduce the behavior:
Code sample
Expected behavior
the logged lr is the found lr
Environment
Please copy and paste the output from our
environment collection script
(or fill out the checklist below manually).
You can get the script and run it with:
conda
,pip
, source): pipAdditional context
The text was updated successfully, but these errors were encountered: