You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using lightning==2.2.5 and the following imports do not work : from pytorch_lightning.loggers.base import LightningLoggerBase, rank_zero_experiment at line 5 in the file utils/lightning.py
I repalced it by from pytorch_lightning.loggers.logger import Logger, rank_zero_experiment and at line 12 the parent class like this class LabMLLightningLogger(Logger):.
Now it works well :)
Could you please perform those changes ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm using
lightning==2.2.5
and the following imports do not work :from pytorch_lightning.loggers.base import LightningLoggerBase, rank_zero_experiment
at line 5 in the fileutils/lightning.py
I repalced it by
from pytorch_lightning.loggers.logger import Logger, rank_zero_experiment
and at line 12 the parent class like thisclass LabMLLightningLogger(Logger):
.Now it works well :)
Could you please perform those changes ?
Thanks
The text was updated successfully, but these errors were encountered: