We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Logging module collides with the Python one:
import pytorch_lightning as pl dir(pl.logging)
It gives you the python logging module attributes instead of the pytorch_lightning ones.
pytorch_lightning
This is probably due to this https://github.com/PyTorchLightning/pytorch-lightning/blob/deffbaba7ffb16ff57b56fe65f62df761f25fbd6/pytorch_lightning/__init__.py#L31
Maybe you should rename the logging module to something else such as logger?
The text was updated successfully, but these errors were encountered:
duplicate #731
Sorry, something went wrong.
No branches or pull requests
Logging module collides with the Python one:
It gives you the python logging module attributes instead of the
pytorch_lightning
ones.This is probably due to this https://github.com/PyTorchLightning/pytorch-lightning/blob/deffbaba7ffb16ff57b56fe65f62df761f25fbd6/pytorch_lightning/__init__.py#L31
Maybe you should rename the logging module to something else such as logger?
The text was updated successfully, but these errors were encountered: