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
Given that I build a config and then train with runner.train(), is there a better way of getting access to the validation results other than reading the log file at work_dir/{time}/vis_data/scalars.json?
I would like to get the results programmatically after training is completed. If this is not possible, is there a way I can set the name of the results folder within work_dir to something other than the time?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Given that I build a config and then train with
runner.train()
, is there a better way of getting access to the validation results other than reading the log file atwork_dir/{time}/vis_data/scalars.json
?I would like to get the results programmatically after training is completed. If this is not possible, is there a way I can set the name of the results folder within
work_dir
to something other than the time?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions