mirror of
https://github.com/clearml/clearml
synced 2025-02-12 07:35:08 +00:00
Deprecate Logger.tensorboard_single_series_per_graph()
This commit is contained in:
parent
cedec58140
commit
73595b8e4e
@ -1154,6 +1154,7 @@ class Logger(object):
|
|||||||
def tensorboard_single_series_per_graph(cls, single_series=False):
|
def tensorboard_single_series_per_graph(cls, single_series=False):
|
||||||
# type: (bool) -> None
|
# type: (bool) -> None
|
||||||
"""
|
"""
|
||||||
|
Deprecated, this is now controlled from the UI!
|
||||||
Group TensorBoard scalar series together or in separate plots.
|
Group TensorBoard scalar series together or in separate plots.
|
||||||
|
|
||||||
:param single_series: Group TensorBoard scalar series together
|
:param single_series: Group TensorBoard scalar series together
|
||||||
|
Loading…
Reference in New Issue
Block a user