-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
refactor: Refactored package for incoming v0.2 #138
Conversation
Codecov Report
@@ Coverage Diff @@
## master #138 +/- ##
==========================================
- Coverage 92.33% 89.16% -3.17%
==========================================
Files 18 8 -10
Lines 652 203 -449
==========================================
- Hits 602 181 -421
+ Misses 50 22 -28
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
our current model used by pyro-engine was based on this architecture it not possible to load the model anymore now :/ |
Yes, that's why the release is on hold while we haven't published new sets of params 👍 Sorry about the incovenience! To use the previous one, one can checkout the commit right before this one. But the goal is to make everything clean for 0.2.0. I still need to retrain our baseline on those architectures and publish it If you have training undergoing, I'd suggest using the updated scripts & architectures (should get better perf) 👍 |
This PR introduces the following modifications:
The goal of this PR is to help speed up iterations by R&D teams. PyroVision is not meant primarily for model exploration, Pyronear curates and provides relevant data, and model that will be trained on them. Thus features for model modification have been deprecated. Next PR will focus on checkpoint sharing and loading via HF Hub!
Any feedback is welcome!