Closed Theozeud closed 1 year ago
Merging #8 (09aab13) into main (61e2d2c) will increase coverage by
10.30%
. Report is 12 commits behind head on main. The diff coverage is92.10%
.
@@ Coverage Diff @@
## main #8 +/- ##
===========================================
+ Coverage 71.61% 81.91% +10.30%
===========================================
Files 18 18
Lines 229 271 +42
===========================================
+ Hits 164 222 +58
+ Misses 65 49 -16
Files Changed | Coverage Δ | |
---|---|---|
src/model.jl | 60.00% <0.00%> (-15.00%) |
:arrow_down: |
src/neural_network.jl | 71.42% <75.00%> (+21.42%) |
:arrow_up: |
src/cells/recurrent.jl | 100.00% <100.00%> (+34.61%) |
:arrow_up: |
src/chain.jl | 74.07% <100.00%> (-20.93%) |
:arrow_down: |
src/grid.jl | 96.29% <100.00%> (+46.29%) |
:arrow_up: |
... and 4 files with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
I have just added a function to create a NeuralNetwork when we know the architecture and the model without giving a specific backend.