mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
Fixed scatter type in report_scatter3d to Union
This commit is contained in:
parent
a3194ff17b
commit
457f0b71c8
@ -211,7 +211,7 @@ class Logger(object):
|
|||||||
|
|
||||||
:param str title: Title (AKA metric)
|
:param str title: Title (AKA metric)
|
||||||
:param str series: Series (AKA variant)
|
:param str series: Series (AKA variant)
|
||||||
:param np.ndarray scatter: A scattered data: list of (pairs of x,y,z) (or numpy array)
|
:param Union[np.ndarray, List] scatter: A scattered data: list of (pairs of x,y,z) (or numpy array)
|
||||||
or list of series [[(x1,y1,z1)...]]
|
or list of series [[(x1,y1,z1)...]]
|
||||||
:param int iteration: Iteration number
|
:param int iteration: Iteration number
|
||||||
:param str xaxis: optional x-axis title
|
:param str xaxis: optional x-axis title
|
||||||
|
Loading…
Reference in New Issue
Block a user