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

Mps backened support #235

Merged
merged 24 commits into from
Nov 6, 2024

removed tmp file added by mistake

278c72f
Select commit
Loading
Failed to load commit list.
Merged

Mps backened support #235

removed tmp file added by mistake
278c72f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 6, 2024 in 0s

94.87% (+0.07%) compared to 9df6585

View this Pull Request on Codecov

94.87% (+0.07%) compared to 9df6585

Details

Codecov Report

Attention: Patch coverage is 95.03476% with 50 lines in your changes missing coverage. Please review.

Project coverage is 94.87%. Comparing base (9df6585) to head (278c72f).

Files with missing lines Patch % Lines
pytorch_widedeep/utils/general_utils.py 38.70% 19 Missing ⚠️
pytorch_widedeep/dataloaders.py 80.55% 7 Missing ⚠️
pytorch_widedeep/preprocessing/din_preprocessor.py 97.26% 5 Missing ⚠️
pytorch_widedeep/training/trainer.py 93.33% 5 Missing ⚠️
pytorch_widedeep/metrics.py 98.33% 3 Missing ⚠️
pytorch_widedeep/losses.py 81.81% 2 Missing ⚠️
pytorch_widedeep/models/model_fusion.py 96.42% 2 Missing ⚠️
pytorch_widedeep/models/rec/autoint_plus.py 97.26% 2 Missing ⚠️
pytorch_widedeep/tab2vec.py 66.66% 2 Missing ⚠️
pytorch_widedeep/training/bayesian_trainer.py 77.77% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #235      +/-   ##
==========================================
+ Coverage   94.80%   94.87%   +0.07%     
==========================================
  Files         121      126       +5     
  Lines        7579     8277     +698     
==========================================
+ Hits         7185     7853     +668     
- Misses        394      424      +30     

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