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

cpc finetuner #158

Merged
merged 9 commits into from Aug 16, 2020
Merged

cpc finetuner #158

merged 9 commits into from Aug 16, 2020

Conversation

williamFalcon
Copy link
Contributor

adds the finetuner for CPC

@mergify mergify bot requested a review from Borda August 15, 2020 21:08
@@ -0,0 +1,92 @@
import pytorch_lightning as pl
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@williamFalcon
Copy link
Contributor Author

@ananyahjha93 FYI

@codecov
Copy link

codecov bot commented Aug 15, 2020

Codecov Report

Merging #158 into master will decrease coverage by 1.07%.
The diff coverage is 30.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
- Coverage   91.94%   90.87%   -1.08%     
==========================================
  Files          84       86       +2     
  Lines        3974     4044      +70     
==========================================
+ Hits         3654     3675      +21     
- Misses        320      369      +49     
Flag Coverage Δ
#unittests 90.87% <30.00%> (-1.08%) ⬇️

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

Impacted Files Coverage Δ
.../models/autoencoders/basic_vae/basic_vae_module.py 92.50% <ø> (ø)
pl_bolts/models/self_supervised/cpc/cpc_module.py 81.96% <ø> (ø)
..._bolts/models/self_supervised/cpc/cpc_finetuner.py 22.58% <22.58%> (ø)
pl_bolts/models/self_supervised/ssl_finetuner.py 34.21% <34.21%> (ø)
pl_bolts/models/self_supervised/__init__.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 dc3ac7c...0f13b6d. Read the comment docs.

@williamFalcon williamFalcon merged commit 950f024 into master Aug 16, 2020
@Borda Borda deleted the cpctest branch September 9, 2020 15:25
@Borda Borda added the enhancement New feature or request label Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

2 participants