Closed boeddeker closed 3 years ago
Merging #121 (a9c664f) into master (67cbb12) will increase coverage by
0.49%
. The diff coverage is90.41%
.
@@ 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.
configurable:
dataclass
support (fix #112)torch.nn.Module
needs a fix for https://github.com/pytorch/pytorch/issues/57406 to supportdataclasses
new
shortcut to configurable (chained call ofget_config
andfrom_config
)Mapping
torch.nn.Identity
for identity non linearity