Closed sdobber closed 2 years ago
Merging #39 (a3abf3c) into master (8cdb639) will decrease coverage by
1.51%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #39 +/- ##
==========================================
- Coverage 87.65% 86.13% -1.52%
==========================================
Files 7 7
Lines 494 476 -18
==========================================
- Hits 433 410 -23
- Misses 61 66 +5
Impacted Files | Coverage Δ | |
---|---|---|
src/DARNN.jl | 84.50% <100.00%> (-2.01%) |
:arrow_down: |
src/shared/StackedLSTM.jl | 89.28% <0.00%> (-7.15%) |
:arrow_down: |
src/dataloader.jl | 95.23% <0.00%> (-4.77%) |
:arrow_down: |
src/shared/Sequentialize.jl | 64.83% <0.00%> (-2.20%) |
:arrow_down: |
src/TPALSTM.jl | 94.23% <0.00%> (-1.93%) |
: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 8cdb639...a3abf3c. Read the comment docs.
Standard LSTMCell from Flux can be used with recent versions of Flux.