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

Upload pre-trained weights for MobileNet and ResNeXt #917

Merged
merged 1 commit into from
May 19, 2019

Conversation

fmassa
Copy link
Member

@fmassa fmassa commented May 19, 2019

Also move weights from ShuffleNet to PyTorch bucket.

I also renamed shufflenetv2 to shufflenet_v2 to make it consistent with the other models. This is fine because there hasn't been a release with shufflenet_v2 yet.

Also move weights from ShuffleNet to PyTorch bucket. Additionally, rename shufflenet to make it consistent with the other models
@codecov-io
Copy link

codecov-io commented May 19, 2019

Codecov Report

Merging #917 into master will decrease coverage by 0.08%.
The diff coverage is 76.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #917      +/-   ##
==========================================
- Coverage    57.9%   57.81%   -0.09%     
==========================================
  Files          46       46              
  Lines        3696     3703       +7     
  Branches      561      562       +1     
==========================================
+ Hits         2140     2141       +1     
- Misses       1429     1434       +5     
- Partials      127      128       +1
Impacted Files Coverage Δ
torchvision/models/resnet.py 87.17% <100%> (ø) ⬆️
torchvision/models/mobilenet.py 92.3% <66.66%> (-4.25%) ⬇️
torchvision/models/shufflenetv2.py 86.04% <83.33%> (ø) ⬆️
torchvision/transforms/transforms.py 81.25% <0%> (-0.65%) ⬇️
torchvision/datasets/imagenet.py 21.55% <0%> (ø) ⬆️

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 b384c4e...30e03da. Read the comment docs.

@fmassa fmassa merged commit 6272c41 into pytorch:master May 19, 2019
@fmassa fmassa deleted the pretrained-mobilenet-resnext branch May 19, 2019 15:55
@barrh
Copy link
Contributor

barrh commented May 20, 2019

@fmassa are there plans for torchvision v0.3?

@fmassa
Copy link
Member Author

fmassa commented May 20, 2019

@barrh yes, today :-)

@fmassa fmassa mentioned this pull request Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants