You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
can we report multiple intermediate values each of which has different meanings (e.g., loss, accuracy, ...) in one nni.report_intermeidate_result call. And how WebUI shows these values?
Copy @RizhaoCai 's comments in the root issue for reference
How is it?
If we can add a label to the to function, that would be better.
E.g.
nni.report_intermediate_result( loss, label=‘loss’)
nni.report_intermediate_result( acc, label=‘accuracy’).
And in the WebUI, there shall be the title'loss' or 'accuracy' shown in the graph.
Has this been released?
The text was updated successfully, but these errors were encountered:
How is it?
If we can add a label to the to function, that would be better.
E.g.
nni.report_intermediate_result( loss, label=‘loss’)
nni.report_intermediate_result( acc, label=‘accuracy’).
And in the WebUI, there shall be the title'loss' or 'accuracy' shown in the graph.
can we report multiple intermediate values each of which has different meanings (e.g., loss, accuracy, ...) in one
nni.report_intermeidate_result
call. And how WebUI shows these values?Copy @RizhaoCai 's comments in the root issue for reference
The text was updated successfully, but these errors were encountered: