mirror of
https://github.com/clearml/clearml
synced 2025-03-16 00:17:15 +00:00
Fix report surface support for TF
This commit is contained in:
parent
492c8dbecb
commit
bfa22ae82a
@ -371,8 +371,8 @@ class EventTrainsWriter(object):
|
|||||||
title=title,
|
title=title,
|
||||||
series=series,
|
series=series,
|
||||||
iteration=0,
|
iteration=0,
|
||||||
xtitle=' ',
|
xaxis=' ',
|
||||||
ytitle='iteration',
|
yaxis='iteration',
|
||||||
xlabels=xlabels,
|
xlabels=xlabels,
|
||||||
ylabels=ylabels,
|
ylabels=ylabels,
|
||||||
matrix=report_hist,
|
matrix=report_hist,
|
||||||
|
Loading…
Reference in New Issue
Block a user