mirror of
https://github.com/clearml/clearml
synced 2025-02-01 01:26:49 +00:00
Fix Logger.tensorboard_single_series_per_graph
This commit is contained in:
parent
0454804721
commit
29b4b7338b
@ -1070,7 +1070,7 @@ class Logger(object):
|
|||||||
|
|
||||||
:type single_series: bool
|
:type single_series: bool
|
||||||
"""
|
"""
|
||||||
cls._tensorboard_logging_single_series_per_graphs = single_series
|
cls._tensorboard_single_series_per_graph = single_series
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _remove_std_logger(cls):
|
def _remove_std_logger(cls):
|
||||||
|
Loading…
Reference in New Issue
Block a user