mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
Fix Task.get_task should not auto log console outputs
This commit is contained in:
parent
b07a17890d
commit
5cc09d83fd
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user