This commit is contained in:
Ayush Chaurasia 2021-07-09 17:43:47 +05:30 committed by Eren Gölge
parent 936a47504d
commit 290972fd35
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class TensorboardLogger(object):
def add_text(self, title, text, step):
self.writer.add_text(title, text, step)
def log_artifact(self, file_or_dir, name, artifact_type, aliases=None): # pylint: disable=W0613, R0201
def log_artifact(self, file_or_dir, name, artifact_type, aliases=None): # pylint: disable=W0613, R0201
yield
def flush(self):