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

Is there a best model saved somewhere? #554

Closed
manonthegithub opened this issue May 17, 2021 · 3 comments
Closed

Is there a best model saved somewhere? #554

manonthegithub opened this issue May 17, 2021 · 3 comments
Labels

Comments

@manonthegithub
Copy link

Hi! I am training the MVXNet, and got a question if there is the best model save somewhere. I mean it saves the model from the current epoch, but I don't see how to get the best model, because its not always the last one?
Can you please help! Thank you a lot in advance.

@Tai-Wang
Copy link
Member

Currently we only save the link to the latest model. You can refer to gather_models.py for the way to find the best model according to a specific metric, which is usually used to find the logs/checkpoints of the best model when we set a new benchmark.

@Tai-Wang Tai-Wang added the usage label May 18, 2021
@Wuziyi616
Copy link
Contributor

Feel free to reopen this issue if you have any further questions :)

@manonthegithub
Copy link
Author

Looks good! Thank you!

tpoisonooo pushed a commit to tpoisonooo/mmdetection3d that referenced this issue Sep 5, 2022
* check in python demos

* check in text detector python demo

* check in roatated object python demo

* check in pose python demo

* ignore the output class number when testing metrics with sdk as a backend

* fix object_detection

* rollback segmentation_model and python/segmentor.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants