Closed ad12 closed 2 years ago
Merging #27 (6a9a051) into main (85ab1a3) will increase coverage by
0.14%
. The diff coverage is70.76%
.
@@ Coverage Diff @@
## main #27 +/- ##
==========================================
+ Coverage 70.72% 70.87% +0.14%
==========================================
Files 70 71 +1
Lines 4680 4745 +65
Branches 1019 1036 +17
==========================================
+ Hits 3310 3363 +53
- Misses 1049 1056 +7
- Partials 321 326 +5
Flag | Coverage Δ | |
---|---|---|
unittests | 70.87% <70.76%> (+0.14%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
meddlr/config/config.py | 76.11% <40.00%> (+2.47%) |
:arrow_up: |
meddlr/engine/model_zoo.py | 72.88% <72.88%> (ø) |
|
meddlr/__init__.py | 100.00% <100.00%> (ø) |
|
meddlr/config/util.py | 96.42% <0.00%> (+3.57%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 85ab1a3...6a9a051. Read the comment docs.
This PR includes 1) a workflow for fetching pretrained models and 2) a list of pretrained models pertaining to different projects.
meddlr.get_model_from_zoo
function to fetch pretrained models hosted on gdriveload_weights
to load weights into the fetched models