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
I'm trying to do basic automation of training and testing a detection model, however, the way that parameter_scheduler is set (as a list of dicts) doesn't seem to let me set it using --cfg-options. For example, here's a snippet where I'm trying to set the send scheduler's end epoch:
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
-
I'm trying to do basic automation of training and testing a detection model, however, the way that parameter_scheduler is set (as a list of dicts) doesn't seem to let me set it using
--cfg-options
. For example, here's a snippet where I'm trying to set the send scheduler's end epoch:When I run a subprocess calling the tools/train.py script with these options I get the following error:
How would I go about trying to set the final epoch in this trainer?
Beta Was this translation helpful? Give feedback.
All reactions