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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix swav to run on imagenet #348

Merged
merged 15 commits into from
Nov 10, 2020
Merged

fix swav to run on imagenet #348

merged 15 commits into from
Nov 10, 2020

Conversation

ananyahjha93
Copy link
Contributor

What does this PR do?

Fixes # (issue)

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together? Otherwise, we ask you to create a separate PR for every change.
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?
  • Did you verify new and existing tests pass locally with your changes?
  • If you made a notable change (that affects users), did you update the CHANGELOG?

PR review

  • Is this pull request ready for review? (if not, please submit in draft mode)

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 馃檭

@codecov
Copy link

codecov bot commented Nov 9, 2020

Codecov Report

Merging #348 (7f0a238) into master (6674ece) will decrease coverage by 0.69%.
The diff coverage is 18.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #348      +/-   ##
==========================================
- Coverage   82.37%   81.68%   -0.70%     
==========================================
  Files         100      100              
  Lines        5612     5722     +110     
==========================================
+ Hits         4623     4674      +51     
- Misses        989     1048      +59     
Flag Coverage 螖
cpu 25.28% <3.12%> (+0.61%) 猬嗭笍
pytest 25.28% <3.12%> (+0.61%) 猬嗭笍
unittests 81.25% <18.75%> (-0.38%) 猬囷笍

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

Impacted Files Coverage 螖
pl_bolts/callbacks/ssl_online.py 100.00% <酶> (酶)
...olts/models/self_supervised/swav/swav_finetuner.py 100.00% <酶> (酶)
pl_bolts/models/self_supervised/swav/transforms.py 64.10% <0.00%> (-2.57%) 猬囷笍
...l_bolts/models/self_supervised/swav/swav_module.py 66.79% <20.68%> (-6.40%) 猬囷笍
pl_bolts/models/self_supervised/resnets.py 82.84% <0.00%> (-9.94%) 猬囷笍
pl_bolts/utils/self_supervised.py 100.00% <0.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 6674ece...7f0a238. Read the comment docs.

@pep8speaks
Copy link

pep8speaks commented Nov 9, 2020

Hello @ananyahjha93! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 馃嵒

Comment last updated at 2020-11-10 00:44:09 UTC

@ananyahjha93 ananyahjha93 changed the title [wip] fix swav to run on imagenet fix swav to run on imagenet Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants