Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Fix VISSL on GPU and add VISSL GPU CI #1256

Merged
merged 25 commits into from
Mar 30, 2022
Merged

Fix VISSL on GPU and add VISSL GPU CI #1256

merged 25 commits into from
Mar 30, 2022

Conversation

ethanwharris
Copy link
Collaborator

@ethanwharris ethanwharris commented Mar 28, 2022

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?
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests? [not needed for typos/docs]
  • 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 🙃

@ethanwharris ethanwharris added the bug / fix Something isn't working label Mar 28, 2022
@ethanwharris ethanwharris added this to the 0.7.x milestone Mar 28, 2022
@codecov
Copy link

codecov bot commented Mar 28, 2022

Codecov Report

Merging #1256 (ddec33d) into master (2a09ce0) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1256      +/-   ##
==========================================
+ Coverage   91.17%   91.19%   +0.02%     
==========================================
  Files         286      286              
  Lines       12789    12791       +2     
==========================================
+ Hits        11660    11665       +5     
+ Misses       1129     1126       -3     
Flag Coverage Δ
unittests 91.19% <100.00%> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
flash/core/utilities/imports.py 92.85% <100.00%> (ø)
flash/image/embedding/model.py 98.03% <100.00%> (+5.88%) ⬆️
flash/image/embedding/vissl/adapter.py 92.39% <100.00%> (+0.08%) ⬆️
flash/image/embedding/vissl/hooks.py 98.24% <100.00%> (+0.03%) ⬆️

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 2a09ce0...ddec33d. Read the comment docs.

@ethanwharris ethanwharris changed the title [WIP] Fix VISSL on GPU and add VISSL GPU CI Fix VISSL on GPU and add VISSL GPU CI Mar 30, 2022
Copy link
Contributor

@krshrimali krshrimali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @ethanwharris - just a couple of comments, but overall looks great. 🔥 🚀

docs/source/reference/image_embedder.rst Show resolved Hide resolved
docs/source/reference/image_embedder.rst Outdated Show resolved Hide resolved
flash/image/embedding/vissl/hooks.py Outdated Show resolved Hide resolved
flash_examples/image_embedder.py Show resolved Hide resolved
@ethanwharris ethanwharris enabled auto-merge (squash) March 30, 2022 12:06
@ethanwharris ethanwharris merged commit df67f87 into master Mar 30, 2022
@ethanwharris ethanwharris deleted the bugfix/vissl_gpu branch March 30, 2022 12:45
ethanwharris added a commit that referenced this pull request Mar 30, 2022
Co-authored-by: Kushashwa Ravi Shrimali <kushashwaravishrimali@gmail.com>
ethanwharris added a commit that referenced this pull request Mar 30, 2022
Co-authored-by: Kushashwa Ravi Shrimali <kushashwaravishrimali@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug / fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants