-
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
Outdated documentation for loggers #1394
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@quinor sorry for the delay, mind sending PR with the update? 🐰 |
I've had a lot of issues with outdated documentation. For instance with The instructions in the trainer section say
in the lr_finder section of Common Use Cases they say
but neither work. It turns out lr_find is currently broken because it doesnt accept a datamodule and theres a fix in progress #3425 |
Custom logger example doesn't work:
https://pytorch-lightning.readthedocs.io/en/latest/loggers.html#custom-logger
General loggers example doesn't work either due to missing parameters for the loggers.* class constructors:
https://pytorch-lightning.readthedocs.io/en/latest/pytorch_lightning.loggers.html#module-pytorch_lightning.loggers
The text was updated successfully, but these errors were encountered: