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

fix: Fixed error message of optimizers #161

Merged
merged 1 commit into from
Nov 6, 2021
Merged

fix: Fixed error message of optimizers #161

merged 1 commit into from
Nov 6, 2021

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented Nov 6, 2021

This PR fixes the error message for sparse gradients in optimizers.

@frgfm frgfm added type: enhancement New feature or request module: optim labels Nov 6, 2021
@frgfm frgfm added this to the 0.2.0 milestone Nov 6, 2021
@frgfm frgfm self-assigned this Nov 6, 2021
@codecov
Copy link

codecov bot commented Nov 6, 2021

Codecov Report

Merging #161 (942d286) into master (229d90b) will increase coverage by 0.08%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #161      +/-   ##
==========================================
+ Coverage   92.26%   92.35%   +0.08%     
==========================================
  Files          52       51       -1     
  Lines        3039     2981      -58     
==========================================
- Hits         2804     2753      -51     
+ Misses        235      228       -7     
Impacted Files Coverage Δ
holocron/optim/__init__.py 100.00% <ø> (ø)
holocron/optim/adabelief.py 87.50% <0.00%> (ø)
holocron/optim/adamp.py 88.37% <0.00%> (ø)
holocron/optim/lamb.py 81.81% <0.00%> (ø)
holocron/optim/ralars.py 80.59% <0.00%> (ø)
holocron/optim/tadam.py 78.33% <0.00%> (ø)
holocron/optim/functional.py 84.93% <0.00%> (+1.06%) ⬆️

@frgfm frgfm merged commit 7d6e415 into master Nov 6, 2021
@frgfm frgfm deleted the optim-doc branch November 6, 2021 18:54
@frgfm frgfm added type: bug Something isn't working and removed type: enhancement New feature or request labels Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: optim type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant