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 a learning rate finder #26

Merged
merged 6 commits into from
May 10, 2020
Merged

feat: Added a learning rate finder #26

merged 6 commits into from
May 10, 2020

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented May 10, 2020

This PR aims at:

  • adding a lr_finder function in the utils module
  • adding a corresponding unittest
  • adding it to the documentation

@frgfm frgfm added topic: documentation Improvements or additions to documentation module: utils ext: tests Related to test labels May 10, 2020
@frgfm frgfm added this to the 0.1.0 milestone May 10, 2020
@frgfm frgfm self-assigned this May 10, 2020
@codecov
Copy link

codecov bot commented May 10, 2020

Codecov Report

Merging #26 into master will decrease coverage by 0.53%.
The diff coverage is 91.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   71.56%   71.02%   -0.54%     
==========================================
  Files          22       24       +2     
  Lines        1143     1177      +34     
==========================================
+ Hits          818      836      +18     
- Misses        325      341      +16     
Impacted Files Coverage Δ
holocron/utils/misc.py 90.90% <90.90%> (ø)
holocron/utils/__init__.py 100.00% <100.00%> (ø)
holocron/models/detection/yolo.py 90.68% <0.00%> (-8.08%) ⬇️

@frgfm frgfm merged commit a55dc1c into master May 10, 2020
@frgfm frgfm deleted the lr-finder branch May 10, 2020 16:32
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: utils topic: documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant