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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

add custom training loop with model.fit #63

Merged
merged 36 commits into from Sep 25, 2021
Merged

Conversation

aniketmaurya
Copy link
Contributor

@aniketmaurya aniketmaurya commented Sep 24, 2021

Changes

Fixes # (issue)

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?

@review-notebook-app
Copy link

Check out this pull request on聽 ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@github-actions github-actions bot added the test label Sep 25, 2021
@codecov
Copy link

codecov bot commented Sep 25, 2021

Codecov Report

Merging #63 (73d6313) into main (706ad90) will increase coverage by 1.44%.
The diff coverage is 91.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #63      +/-   ##
==========================================
+ Coverage   92.73%   94.18%   +1.44%     
==========================================
  Files          27       28       +1     
  Lines         468      653     +185     
==========================================
+ Hits          434      615     +181     
- Misses         34       38       +4     
Flag Coverage 螖
unittests 94.18% <91.18%> (+1.44%) 猬嗭笍

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

Impacted Files Coverage 螖
gradsflow/__init__.py 100.00% <酶> (酶)
gradsflow/tasks/autosummarization.py 100.00% <酶> (酶)
gradsflow/data/ray_dataset.py 50.00% <36.00%> (-22.23%) 猬囷笍
gradsflow/core/callbacks.py 92.20% <91.30%> (-7.80%) 猬囷笍
gradsflow/core/model.py 98.71% <98.71%> (酶)
gradsflow/core/autoclassifier.py 93.33% <100.00%> (-0.42%) 猬囷笍
gradsflow/core/automodel.py 98.30% <100.00%> (+0.12%) 猬嗭笍
gradsflow/core/backend.py 97.91% <100.00%> (酶)
gradsflow/core/base.py 100.00% <100.00%> (酶)
gradsflow/core/data.py 96.66% <100.00%> (酶)
... and 10 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 706ad90...73d6313. Read the comment docs.

@aniketmaurya aniketmaurya enabled auto-merge (squash) September 25, 2021 10:46
@github-actions github-actions bot added ci documentation Improvements or additions to documentation labels Sep 25, 2021
@sonarcloud
Copy link

sonarcloud bot commented Sep 25, 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 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@aniketmaurya aniketmaurya added the enhancement New feature or request label Sep 25, 2021
@aniketmaurya aniketmaurya self-assigned this Sep 25, 2021
@aniketmaurya aniketmaurya added this to the 0.0.5 milestone Sep 25, 2021
@aniketmaurya aniketmaurya merged commit b50c65f into main Sep 25, 2021
@aniketmaurya aniketmaurya deleted the feature/custom_loop 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
ci 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.

None yet

1 participant