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

feat: vanilla ae with independent channels #392

Merged
merged 17 commits into from
Jun 13, 2024

fix: remove not used weight init

80dcfb1
Select commit
Loading
Failed to load commit list.
Merged

feat: vanilla ae with independent channels #392

fix: remove not used weight init
80dcfb1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 12, 2024 in 0s

92.61% (+0.08%) compared to 0e1a928

View this Pull Request on Codecov

92.61% (+0.08%) compared to 0e1a928

Details

Codecov Report

Attention: Patch coverage is 97.56098% with 3 lines in your changes missing coverage. Please review.

Project coverage is 92.61%. Comparing base (0e1a928) to head (80dcfb1).

Files Patch % Lines
numalogic/models/autoencoder/variants/icvanilla.py 97.10% 1 Missing and 1 partial ⚠️
numalogic/tools/layer.py 97.43% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #392      +/-   ##
==========================================
+ Coverage   92.53%   92.61%   +0.08%     
==========================================
  Files          98       99       +1     
  Lines        4664     4756      +92     
  Branches      413      419       +6     
==========================================
+ Hits         4316     4405      +89     
- Misses        254      256       +2     
- Partials       94       95       +1     

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