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

configurable: add dataclass support and minor improvements #121

Closed boeddeker closed 3 years ago

boeddeker commented 3 years ago

configurable:

Mapping

codecov-commenter commented 3 years ago

Codecov Report

Merging #121 (a9c664f) into master (67cbb12) will increase coverage by 0.49%. The diff coverage is 90.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
+ Coverage   77.16%   77.65%   +0.49%     
==========================================
  Files          46       46              
  Lines        3595     3657      +62     
==========================================
+ Hits         2774     2840      +66     
+ Misses        821      817       -4     
Impacted Files Coverage Δ
padertorch/ops/mappings.py 100.00% <ø> (ø)
padertorch/configurable.py 79.82% <90.41%> (+3.28%) :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 67cbb12...a9c664f. Read the comment docs.