Merge branch 'master' of https://github.com/williamFalcon/pytorch-lightning
This commit is contained in:
commit
f7dda5080b
|
@ -10,9 +10,9 @@ try:
|
|||
except ModuleNotFoundError:
|
||||
pass
|
||||
try:
|
||||
from .comet_logger import CometLogger
|
||||
|
||||
# needed to prevent ImportError and duplicated logs.
|
||||
environ["COMET_DISABLE_AUTO_LOGGING"] = "1"
|
||||
|
||||
from .comet_logger import CometLogger
|
||||
except ModuleNotFoundError:
|
||||
pass
|
||||
del environ["COMET_DISABLE_AUTO_LOGGING"]
|
||||
|
|
Loading…
Reference in New Issue