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: Added implementation of TAdam #52

Merged
merged 6 commits into from
Jul 1, 2020
Merged

feat: Added implementation of TAdam #52

merged 6 commits into from
Jul 1, 2020

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented Jul 1, 2020

This PR adds support of TAdam by:

  • adding holocron.optim.TAdam
  • adding a corresponding unittest
  • updating documentation

@frgfm frgfm added topic: documentation Improvements or additions to documentation type: enhancement New feature or request module: optim ext: tests Related to test labels Jul 1, 2020
@frgfm frgfm added this to the 0.1.2 milestone Jul 1, 2020
@frgfm frgfm self-assigned this Jul 1, 2020
@codecov
Copy link

codecov bot commented Jul 1, 2020

Codecov Report

Merging #52 into master will decrease coverage by 0.08%.
The diff coverage is 82.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   85.31%   85.23%   -0.09%     
==========================================
  Files          29       30       +1     
  Lines        1519     1571      +52     
==========================================
+ Hits         1296     1339      +43     
- Misses        223      232       +9     
Impacted Files Coverage Δ
holocron/optim/tadam.py 82.35% <82.35%> (ø)
holocron/optim/__init__.py 100.00% <100.00%> (ø)

@frgfm frgfm merged commit a901973 into master Jul 1, 2020
@frgfm frgfm deleted the tadam branch July 1, 2020 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext: tests Related to test module: optim topic: documentation Improvements or additions to documentation type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant