mirror of
https://github.com/clearml/clearml
synced 2025-02-12 15:45:25 +00:00
Fix Task.get_task should not auto log console outputs
This commit is contained in:
parent
b07a17890d
commit
5cc09d83fd
@ -71,6 +71,7 @@ class Logger(object):
|
|||||||
self._graph_titles = {}
|
self._graph_titles = {}
|
||||||
self._tensorboard_series_force_prefix = None
|
self._tensorboard_series_force_prefix = None
|
||||||
|
|
||||||
|
if self._task.is_main_task():
|
||||||
StdStreamPatch.patch_std_streams(self)
|
StdStreamPatch.patch_std_streams(self)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user