slimgroup / InvertibleNetworks.jl

A Julia framework for invertible neural networks
MIT License
152 stars 23 forks source link

Fix signature types #37

Closed mloubout closed 3 years ago

mloubout commented 3 years ago

Fixes #34

codecov[bot] commented 3 years ago

Codecov Report

Merging #37 (18e2709) into master (3c99369) will increase coverage by 1.03%. The diff coverage is 82.74%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   84.11%   85.14%   +1.03%     
==========================================
  Files          31       31              
  Lines        2480     2451      -29     
==========================================
+ Hits         2086     2087       +1     
+ Misses        394      364      -30     
Impacted Files Coverage Δ
src/layers/invertible_layer_template.jl 0.00% <0.00%> (ø)
src/utils/objective_functions.jl 33.33% <33.33%> (ø)
src/layers/layer_flux_block.jl 71.05% <50.00%> (ø)
src/utils/parameter.jl 59.42% <54.54%> (-3.66%) :arrow_down:
src/networks/invertible_network_irim.jl 84.14% <66.66%> (+9.44%) :arrow_up:
src/utils/compute_utils.jl 66.66% <66.66%> (ø)
src/utils/dimensionality_operations.jl 90.56% <66.66%> (-3.15%) :arrow_down:
src/layers/invertible_layer_hyperbolic.jl 84.16% <71.42%> (ø)
src/networks/invertible_network_hint_multiscale.jl 78.09% <77.77%> (+4.76%) :arrow_up:
.../invertible_network_conditional_hint_multiscale.jl 76.82% <84.61%> (+8.98%) :arrow_up:
... and 24 more

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 3c99369...18e2709. Read the comment docs.