Fix Task.get_task should not auto log console outputs

This commit is contained in:
allegroai 2020-07-02 01:21:47 +03:00
parent b07a17890d
commit 5cc09d83fd

View File

@ -71,7 +71,8 @@ class Logger(object):
self._graph_titles = {}
self._tensorboard_series_force_prefix = None
StdStreamPatch.patch_std_streams(self)
if self._task.is_main_task():
StdStreamPatch.patch_std_streams(self)
@classmethod
def current_logger(cls):