fingerprinted now should work correctly

This commit is contained in:
Si11ium
2020-05-19 08:33:04 +02:00
parent e423d6fe31
commit 206aca10b3
7 changed files with 16 additions and 7 deletions

View File

@ -5,7 +5,7 @@ from pytorch_lightning.loggers.base import LightningLoggerBase
from pytorch_lightning.loggers.neptune import NeptuneLogger
from pytorch_lightning.loggers.test_tube import TestTubeLogger
from utils.config import Config
from .config import Config
class Logger(LightningLoggerBase, ABC):