torchopt icon indicating copy to clipboard operation
torchopt copied to clipboard

feat(examples): implicit MAML omniglot example

Open Benjamin-eecs opened this issue 3 years ago • 1 comments

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!

  • [x] I have read the CONTRIBUTION guide (required)
  • [x] I have reformatted the code using make format (required)
  • [x] I have checked the code using make lint (required)
  • [x] I have ensured make test pass. (required)

Benjamin-eecs avatar Aug 03 '22 14:08 Benjamin-eecs

Codecov Report

Base: 63.16% // Head: 63.30% // Increases project coverage by +0.14% :tada:

Coverage data is based on head (d280559) compared to base (6604625). Patch coverage: 92.10% of modified lines in pull request are covered.

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     
Flag Coverage Δ
unittests 63.30% <92.10%> (+0.14%) :arrow_up:

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

Impacted Files Coverage Δ
torchopt/diff/implicit/decorator.py 94.39% <91.89%> (+1.40%) :arrow_up:
torchopt/typing.py 95.83% <100.00%> (+0.18%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Sep 18 '22 17:09 codecov-commenter