mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
reformat
This commit is contained in:
committed by
Eren Gölge
parent
936a47504d
commit
290972fd35
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user