-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SmoothMix Addition #1705
SmoothMix Addition #1705
Conversation
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
…ated a separate estimator for smoothmix Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
Hi @beat-buesser, created this new PR to reflect your recent suggestions from #1668 (comment) and to also avoid the git issues from the previous PR. I am currently looking into implementing the SmoothMix authors' SmoothPGD implementation inheriting from Tagging @keykholt and @rahmati for updates, and will close PR #1668. Please let me know if you have any other questions in the meanwhile |
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
This pull request introduces 3 alerts when merging 459f209 into 8df19af - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## dev_1.13.0 #1705 +/- ##
===============================================
- Coverage 88.09% 54.87% -33.23%
===============================================
Files 259 251 -8
Lines 21347 23464 +2117
Branches 3789 3942 +153
===============================================
- Hits 18805 12875 -5930
- Misses 1598 9829 +8231
+ Partials 944 760 -184
|
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
Marking for review, but note that I did not implement the |
This pull request introduces 3 alerts when merging a2ebed6 into 8df19af - view on LGTM.com new alerts:
|
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
This pull request introduces 3 alerts when merging c415a63 into 3f106d7 - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging c415a63 into 89bf92f - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging c415a63 into c366b1d - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging c415a63 into 6ab005c - view on LGTM.com new alerts:
|
Closing following #1988 |
Description
Paper Link: https://arxiv.org/pdf/2111.09277.pdf
Code Repository based on paper: https://github.com/jh-jeong/smoothmix
Fixes # (issue)
Type of change
Please check all relevant options.
Testing
Please describe the tests that you ran to verify your changes. Consider listing any relevant details of your test configuration.
Test Configuration:
Checklist