mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
added loggers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user