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

feat: meta-gradient module #101

Merged
merged 14 commits into from
Nov 1, 2022
Merged

Conversation

XuehaiPan
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2022

Codecov Report

Attention: Patch coverage is 39.42731% with 275 lines in your changes missing coverage. Please review.

Project coverage is 58.11%. Comparing base (9def086) to head (2dc79c6).
Report is 146 commits behind head on main.

Files with missing lines Patch % Lines
torchopt/nn/module.py 13.43% 187 Missing ⚠️
torchopt/diff/implicit/nn/module.py 22.11% 74 Missing ⚠️
torchopt/diff/implicit/decorator.py 92.00% 6 Missing ⚠️
torchopt/distributed/autograd.py 75.00% 2 Missing ⚠️
torchopt/pytree.py 66.67% 2 Missing ⚠️
torchopt/utils.py 60.00% 2 Missing ⚠️
torchopt/linear_solve/normal_cg.py 66.67% 1 Missing ⚠️
torchopt/optim/meta/base.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
- Coverage   63.32%   58.11%   -5.21%     
==========================================
  Files          58       62       +4     
  Lines        2301     2638     +337     
==========================================
+ Hits         1457     1533      +76     
- Misses        844     1105     +261     
Flag Coverage Δ
unittests 58.11% <39.43%> (-5.21%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@XuehaiPan XuehaiPan force-pushed the implicit-module branch 4 times, most recently from 089a8cd to d094bce Compare October 14, 2022 13:07
@XuehaiPan XuehaiPan marked this pull request as ready for review October 14, 2022 13:07
@XuehaiPan XuehaiPan self-assigned this Oct 14, 2022
@XuehaiPan XuehaiPan added enhancement New feature or request pytorch Something PyTorch related functorch Something functorch related feature New feature labels Oct 14, 2022
@XuehaiPan XuehaiPan force-pushed the implicit-module branch 6 times, most recently from eaaaa10 to 504746d Compare October 14, 2022 16:08
@Benjamin-eecs Benjamin-eecs changed the title feat: Meta-Gradient Module feat: meta-gradient module Oct 25, 2022
@XuehaiPan XuehaiPan merged commit 02da719 into metaopt:main Nov 1, 2022
@XuehaiPan XuehaiPan deleted the implicit-module branch November 1, 2022 06:32
@Benjamin-eecs Benjamin-eecs added this to the 0.6.0 milestone Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature New feature functorch Something functorch related pytorch Something PyTorch related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants