Merge branch 'master' into clean_docs

This commit is contained in:
William Falcon
2020-01-21 14:55:49 -05:00
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -135,8 +135,9 @@ class TestTubeLogger(LightningLoggerBase):
def close(self):
# TODO: HACK figure out where this is being set to true
self.experiment.debug = self.debug
exp = self.experiment
exp.close()
if not self.debug:
exp = self.experiment
exp.close()
@property
def rank(self):