mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Typos
This commit is contained in:
parent
3f035ba6ba
commit
754bb39abc
@ -43,9 +43,9 @@ logger.report_scatter3d("example_scatter_3d", "series_xyz", iteration=1, scatter
|
|||||||
|
|
||||||
# report image
|
# report image
|
||||||
m = np.eye(256, 256, dtype=np.uint8)*255
|
m = np.eye(256, 256, dtype=np.uint8)*255
|
||||||
logger.report_image_and_upload("fail cases", "image uint", iteration=1, matrix=m)
|
logger.report_image_and_upload("test case", "image uint", iteration=1, matrix=m)
|
||||||
m = np.eye(256, 256, dtype=np.float)
|
m = np.eye(256, 256, dtype=np.float)
|
||||||
logger.report_image_and_upload("fail cases", "image float", iteration=1, matrix=m)
|
logger.report_image_and_upload("test case", "image float", iteration=1, matrix=m)
|
||||||
|
|
||||||
# flush reports (otherwise it will be flushed in the background, every couple of seconds)
|
# flush reports (otherwise it will be flushed in the background, every couple of seconds)
|
||||||
logger.flush()
|
logger.flush()
|
||||||
|
Loading…
Reference in New Issue
Block a user