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

Fix measure performance frequency + Add loss log #56

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Trainer: improve doc formatting

6d74bff
Select commit
Loading
Failed to load commit list.
Open

Fix measure performance frequency + Add loss log #56

Trainer: improve doc formatting
6d74bff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 8, 2024 in 0s

87.17% (+0.49%) compared to 7ca6881

View this Pull Request on Codecov

87.17% (+0.49%) compared to 7ca6881

Details

Codecov Report

Attention: Patch coverage is 74.74747% with 25 lines in your changes missing coverage. Please review.

Project coverage is 87.17%. Comparing base (7ca6881) to head (6d74bff).
Report is 33 commits behind head on master.

Files with missing lines Patch % Lines
src/ashpy/trainers/gan.py 55.00% 9 Missing ⚠️
src/ashpy/losses/executor.py 72.72% 6 Missing ⚠️
src/ashpy/callbacks/classifier.py 33.33% 4 Missing ⚠️
src/ashpy/losses/gan.py 88.00% 3 Missing ⚠️
src/ashpy/trainers/classifier.py 66.66% 2 Missing ⚠️
src/ashpy/trainers/trainer.py 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   86.67%   87.17%   +0.49%     
==========================================
  Files          56       56              
  Lines        2162     2206      +44     
==========================================
+ Hits         1874     1923      +49     
+ Misses        288      283       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.