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 cyclic imports in self-supervised #350

Merged
merged 1 commit into from Nov 9, 2020
Merged

fix cyclic imports in self-supervised #350

merged 1 commit into from Nov 9, 2020

Conversation

Borda
Copy link
Member

@Borda Borda commented Nov 9, 2020

What does this PR do?

Fixes #210

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 馃檭

@Borda Borda added the fix fixing issues... label Nov 9, 2020
@codecov
Copy link

codecov bot commented Nov 9, 2020

Codecov Report

Merging #350 (a41c3b3) into master (6674ece) will not change coverage.
The diff coverage is 90.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #350   +/-   ##
=======================================
  Coverage   82.37%   82.37%           
=======================================
  Files         100      100           
  Lines        5612     5612           
=======================================
  Hits         4623     4623           
  Misses        989      989           
Flag Coverage 螖
cpu 24.67% <40.00%> (酶)
pytest 24.67% <40.00%> (酶)
unittests 81.62% <90.00%> (酶)

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

Impacted Files Coverage 螖
pl_bolts/models/self_supervised/resnets.py 92.78% <88.88%> (酶)
pl_bolts/utils/self_supervised.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 6674ece...a41c3b3. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix fixing issues...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot import name 'torchvision_ssl_encoder'
1 participant