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

feat: Added new classification checkpoints #150

Merged
merged 4 commits into from
Jul 14, 2022
Merged

feat: Added new classification checkpoints #150

merged 4 commits into from
Jul 14, 2022

Conversation

frgfm
Copy link
Member

@frgfm frgfm commented Jul 14, 2022

This PR introduces the following modifications:

  • adds 3 new checkpoints for resnet18, mobilenet_v3_small, rexnet1_0x
  • fixed the header in docs

Any feedback is welcome!

@frgfm frgfm added this to the 0.2.0 milestone Jul 14, 2022
@frgfm frgfm requested a review from a team July 14, 2022 15:07
@frgfm frgfm self-assigned this Jul 14, 2022
@codecov
Copy link

codecov bot commented Jul 14, 2022

Codecov Report

Merging #150 (31c7886) into master (754ebe5) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 31c7886 differs from pull request most recent head 00b43c7. Consider uploading reports for the commit 00b43c7 to get more accurate results

@@           Coverage Diff           @@
##           master     #150   +/-   ##
=======================================
  Coverage   89.16%   89.16%           
=======================================
  Files           8        8           
  Lines         203      203           
=======================================
  Hits          181      181           
  Misses         22       22           
Flag Coverage Δ
unittests 89.16% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyrovision/models/mobilenetv3.py 100.00% <100.00%> (ø)
pyrovision/models/resnet.py 100.00% <100.00%> (ø)
pyrovision/models/rexnet.py 100.00% <100.00%> (ø)

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 754ebe5...00b43c7. Read the comment docs.

@frgfm frgfm merged commit 8ebacc4 into master Jul 14, 2022
@frgfm frgfm deleted the checkpoints branch July 14, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant