We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In data_monitor.py
pytorch_lightning.loggers import LightningLoggerBase
I always get the error message cannot import name 'LightningLoggerBase' from 'pytorch_lightning.loggers'
but would be working if
from pytorch_lightning.loggers.base import LightningLoggerBase
Or if you update latest pytorch_lightning, they removed LightningLoggerBase completely, and use something else simpler.
The text was updated successfully, but these errors were encountered:
LightningLoggerBase
Logger
This is a duplicate of #962
Sorry, something went wrong.
Is this issue solved? I can still see LightningModule in data_monitor.py
LightningModule
data_monitor.py
@devdastl there's a PR that's been out for a little bit. I'm hoping that we can get it merged ASAP
Successfully merging a pull request may close this issue.
In data_monitor.py
I always get the error message cannot import name 'LightningLoggerBase' from 'pytorch_lightning.loggers'
but would be working if
Or if you update latest pytorch_lightning, they removed LightningLoggerBase completely, and use something else simpler.
The text was updated successfully, but these errors were encountered: