yoyololicon / pytorch-NMF

A pytorch package for non-negative matrix factorization.
https://pytorch-nmf.readthedocs.io/
MIT License
226 stars 24 forks source link

feat: pycon example - speech desomposition #19

Closed yoyololicon closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (961a964) into master (1557ea1) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   89.08%   89.16%   +0.08%     
==========================================
  Files           7        7              
  Lines         788      794       +6     
==========================================
+ Hits          702      708       +6     
  Misses         86       86              
Flag Coverage Δ
unittests 89.16% <100.00%> (+0.08%) :arrow_up:

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

Impacted Files Coverage Δ
torchnmf/nmf.py 85.21% <100.00%> (+0.10%) :arrow_up:
torchnmf/plca.py 96.66% <100.00%> (+0.04%) :arrow_up:

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 1557ea1...961a964. Read the comment docs.