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

πŸŽ‰ Revamp Callbacks and Training #94

Merged
merged 3 commits into from
Oct 3, 2021
Merged

Conversation

aniketmaurya
Copy link
Contributor

@aniketmaurya aniketmaurya commented Oct 3, 2021

Changes

Fixes #90

Type of change

  • πŸ“š Documentation Update
  • πŸ§ͺ Tests Cases
  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • πŸ”¬ New feature (non-breaking change which adds functionality)
  • 🚨 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • πŸ“ This change requires a documentation update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Did you update CHANGELOG in case of a major change?

@aniketmaurya aniketmaurya added this to the 0.0.6 milestone Oct 3, 2021
@aniketmaurya aniketmaurya self-assigned this Oct 3, 2021
@sonarcloud
Copy link

sonarcloud bot commented Oct 3, 2021

Kudos, SonarCloud Quality Gate passed!Β  Β  Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@aniketmaurya aniketmaurya changed the title Revamp Callbacks and Training πŸŽ‰ Revamp Callbacks and Training Oct 3, 2021
@codecov
Copy link

codecov bot commented Oct 3, 2021

Codecov Report

Merging #94 (5ef8237) into main (c7cb0e7) will increase coverage by 0.30%.
The diff coverage is 89.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #94      +/-   ##
==========================================
+ Coverage   92.88%   93.19%   +0.30%     
==========================================
  Files          47       48       +1     
  Lines        1308     1337      +29     
==========================================
+ Hits         1215     1246      +31     
+ Misses         93       91       -2     
Flag Coverage Ξ”
unittests 93.19% <89.39%> (+0.30%) ⬆️

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

Impacted Files Coverage Ξ”
gradsflow/models/exceptions.py 55.55% <55.55%> (ΓΈ)
gradsflow/models/model.py 95.65% <92.30%> (-1.30%) ⬇️
gradsflow/callbacks/callbacks.py 93.18% <100.00%> (+21.38%) ⬆️
gradsflow/callbacks/progress.py 96.00% <100.00%> (+0.16%) ⬆️
gradsflow/callbacks/runner.py 95.45% <100.00%> (+0.21%) ⬆️
gradsflow/models/base.py 85.43% <100.00%> (+0.90%) ⬆️
gradsflow/models/utils.py 91.66% <100.00%> (-0.93%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data
Powered by Codecov. Last update c7cb0e7...5ef8237. Read the comment docs.

@aniketmaurya aniketmaurya merged commit 9cf2df5 into main Oct 3, 2021
@aniketmaurya aniketmaurya deleted the except_handling branch October 3, 2021 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

handle training interrupt with callbacks
1 participant