Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

model_main.py training only #8151

Open
TWJubb opened this issue Feb 18, 2020 · 1 comment
Open

model_main.py training only #8151

TWJubb opened this issue Feb 18, 2020 · 1 comment

Comments

@TWJubb
Copy link

TWJubb commented Feb 18, 2020

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?

@ravikyram ravikyram added the models:research models that come under research directory label Jun 15, 2020
@jaeyounkim jaeyounkim added models:research:odapi ODAPI and removed models:research models that come under research directory labels Jun 25, 2021
@Petros626
Copy link

I you take a look in the file model_main.py there a flag --eval_training_data=True maybe this helps. I don't try it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants