mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
Changed List to list
This commit is contained in:
parent
457f0b71c8
commit
b9ee824877
@ -211,7 +211,7 @@ class Logger(object):
|
||||
|
||||
:param str title: Title (AKA metric)
|
||||
:param str series: Series (AKA variant)
|
||||
:param Union[np.ndarray, List] 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)...]]
|
||||
:param int iteration: Iteration number
|
||||
:param str xaxis: optional x-axis title
|
||||
|
Loading…
Reference in New Issue
Block a user