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
Moving from /legacy/train.py to model_main.py as recommended in #6100 means that both training and evaluation happen in the same script; however this is not ideal in a couple of scenarios:
Needing to debug the script and wanting to run training only with no evaluation stage.
Running training only on Windows to avoid installing pycocotools.
Is it possible to stop the eval stage through the model_main.py file?
The text was updated successfully, but these errors were encountered:
Moving from
/legacy/train.py
tomodel_main.py
as recommended in #6100 means that both training and evaluation happen in the same script; however this is not ideal in a couple of scenarios:Is it possible to stop the eval stage through the
model_main.py
file?The text was updated successfully, but these errors were encountered: