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

✨add AutoTrainer to support plain torch training loop and other torch frameworks #53

Merged
merged 22 commits into from
Sep 4, 2021

Conversation

aniketmaurya
Copy link
Contributor

@aniketmaurya aniketmaurya commented Sep 3, 2021

Changes

Add AutoTrainer to support plain torch training loop and other torch frameworks

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?

pre-commit-ci bot and others added 2 commits August 30, 2021 17:05
updates:
- [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0)
@github-actions github-actions bot added documentation Improvements or additions to documentation test labels Sep 3, 2021
@aniketmaurya aniketmaurya self-assigned this Sep 3, 2021
@aniketmaurya aniketmaurya added this to the 0.0.5 milestone Sep 3, 2021
@codecov
Copy link

codecov bot commented Sep 3, 2021

Codecov Report

Merging #53 (791b05f) into main (fb3ee54) will decrease coverage by 0.15%.
The diff coverage is 97.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
- Coverage   98.41%   98.26%   -0.16%     
==========================================
  Files          15       21       +6     
  Lines         253      346      +93     
==========================================
+ Hits          249      340      +91     
- Misses          4        6       +2     
Flag Coverage Δ
unittests 98.26% <97.77%> (-0.16%) ⬇️

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

Impacted Files Coverage Δ
tests/tasks/test_summarization.py 100.00% <ø> (ø)
tests/tasks/test_text.py 100.00% <ø> (ø)
gradsflow/autotasks/autotasks.py 80.00% <80.00%> (ø)
gradsflow/__init__.py 100.00% <100.00%> (ø)
gradsflow/autotasks/__init__.py 100.00% <100.00%> (ø)
gradsflow/autotasks/autoclassification/image.py 100.00% <100.00%> (ø)
gradsflow/autotasks/autoclassification/text.py 100.00% <100.00%> (ø)
gradsflow/autotasks/autosummarization.py 100.00% <100.00%> (ø)
gradsflow/core/autoclassifier.py 93.33% <100.00%> (+3.01%) ⬆️
gradsflow/core/automodel.py 98.11% <100.00%> (-0.30%) ⬇️
... and 14 more

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 fb3ee54...791b05f. Read the comment docs.

@aniketmaurya aniketmaurya changed the title add AutoTrainer ✨add AutoTrainer to support plain torch training loop and other torch frameworks Sep 4, 2021
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@sonarcloud
Copy link

sonarcloud bot commented Sep 4, 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 added the enhancement New feature or request label Sep 4, 2021
@aniketmaurya aniketmaurya enabled auto-merge (squash) September 4, 2021 05:25
@aniketmaurya aniketmaurya merged commit c2adbd6 into main Sep 4, 2021
@aniketmaurya aniketmaurya deleted the refactor branch October 8, 2021 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request example test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant