sdobber / FluxArchitectures.jl

Complex neural network examples for Flux.jl
MIT License
122 stars 15 forks source link

Add Tables.jl interface for `prepare_data` #21

Closed sdobber closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #21 (c47350b) into master (02bb488) will decrease coverage by 87.42%. The diff coverage is 0.00%.

:exclamation: Current head c47350b differs from pull request most recent head 9cd2177. Consider uploading reports for the commit 9cd2177 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #21       +/-   ##
==========================================
- Coverage   87.42%   0.00%   -87.43%     
==========================================
  Files           7       7               
  Lines         493     480       -13     
==========================================
- Hits          431       0      -431     
- Misses         62     480      +418     
Impacted Files Coverage Δ
src/dataloader.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/shared/StackedLSTM.jl 0.00% <0.00%> (-96.43%) :arrow_down:
src/TPALSTM.jl 0.00% <0.00%> (-96.16%) :arrow_down:
src/LSTnet.jl 0.00% <0.00%> (-95.24%) :arrow_down:
src/DSANet.jl 0.00% <0.00%> (-91.82%) :arrow_down:
src/DARNN.jl 0.00% <0.00%> (-86.37%) :arrow_down:
src/shared/Sequentialize.jl 0.00% <0.00%> (-66.31%) :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 02bb488...9cd2177. Read the comment docs.