fgnt / padertorch

A collection of common functionality to simplify the design, training and evaluation of machine learning models based on pytorch with an emphasis on speech processing.
MIT License
71 stars 16 forks source link

Remove unused modules from ConvNet #128

Closed thequilo closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #128 (2936651) into master (c202956) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
- Coverage   77.76%   77.75%   -0.02%     
==========================================
  Files          46       46              
  Lines        3665     3663       -2     
==========================================
- Hits         2850     2848       -2     
  Misses        815      815              
Impacted Files Coverage Δ
padertorch/modules/convnet.py 98.63% <100.00%> (-0.04%) :arrow_down:

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 c202956...2936651. Read the comment docs.