-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat(examples): implicit MAML omniglot example #48
feat(examples): implicit MAML omniglot example #48
Conversation
eca7bdd
to
ac2f0db
Compare
Codecov ReportBase: 63.16% // Head: 63.30% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #48 +/- ##
==========================================
+ Coverage 63.16% 63.30% +0.14%
==========================================
Files 58 58
Lines 2302 2303 +1
==========================================
+ Hits 1454 1458 +4
+ Misses 848 845 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
3a986d8
to
09d90a8
Compare
return params | ||
|
||
|
||
def test_imaml_inner_solver(init_params_copy, init_params, data, aux): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
要不直接复用train_imaml_inner_solver,test的时候再加个torch.no_grad好了,免得冗余
79cc949
to
c549499
Compare
c549499
to
a9d3a4c
Compare
c346b58
to
dc6191b
Compare
Description
Add implicit MAML omniglot example
Motivation and Context
To test implicit differetiation API
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!
make format
(required)make lint
(required)make test
pass. (required)