added loggers

This commit is contained in:
William Falcon
2020-01-21 14:07:16 -05:00
parent cd1429b587
commit 588fd516a1
+1 -2
View File
@@ -76,7 +76,7 @@ from os import environ
from .base import LightningLoggerBase, rank_zero_only
from .tensorboard import TensorBoardLogger
all = []
all = ['TensorBoardLogger']
try:
# needed to prevent ImportError and duplicated logs.
@@ -113,5 +113,4 @@ try:
except ImportError:
pass
__all__ = all