unsupervised contrastive loss#522
Open
Dante-Basile wants to merge 5 commits intoneurodata:stagingfrom
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## staging #522 +/- ##
========================================
Coverage 90.09% 90.09%
========================================
Files 7 7
Lines 404 404
========================================
Hits 364 364
Misses 40 40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PSSF23
requested changes
Dec 12, 2021
Member
PSSF23
left a comment
There was a problem hiding this comment.
@Dante-Basile You need to black format the files.
@jdey4 do you think this is an ideal way to separate supervised & unsupervised? Or should there be separate folders in benchmarks?
PSSF23
requested changes
Dec 17, 2021
Member
PSSF23
left a comment
There was a problem hiding this comment.
- Your notebooks have unnecessary outputs & empty cells. Remove them.
- Remove commented lines of code
PSSF23
approved these changes
Dec 20, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference issue
#520
Type of change
This contains the loss function and a basic ResNet50 demo demonstrating training and decreasing loss on CIFAR-10.
What does this implement/fix?
This demonstrates that the ResNet50 network can effectively optimize the loss of the unsupervised contrastive loss function. Future experiments will examine the accuracy of the trained network.
Additional information
NDD 2021