gradsflow / gradsflow-automl

An open-source AutoML Library based on PyTorch
https://docs.gradsflow.com/
Apache License 2.0
306 stars 35 forks source link

increment current_epoch after each epoch #169

Closed aniketmaurya closed 2 years ago

aniketmaurya commented 2 years ago

Changes

https://github.com/gradsflow/gradsflow/blob/bd2fb05bcce9f8d34443cc991fb680f6825871df/gradsflow/models/tracker.py#L24 current_epoch was not updated after each epoch

Type of change

Checklist

sonarcloud[bot] commented 2 years ago

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #169 (29b4116) into main (bd2fb05) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #169   +/-   ##
=======================================
  Coverage   96.79%   96.79%           
=======================================
  Files          67       67           
  Lines        1965     1965           
=======================================
  Hits         1902     1902           
  Misses         63       63           
Flag Coverage Δ
unittests 96.79% <100.00%> (ø)

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

Impacted Files Coverage Δ
gradsflow/models/model.py 98.47% <100.00%> (ø)

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 bd2fb05...29b4116. Read the comment docs.