slimgroup / InvertibleNetworks.jl

A Julia framework for invertible neural networks
MIT License
149 stars 21 forks source link

Fix hyperbolic and residual block functors #23

Closed mloubout closed 3 years ago

mloubout commented 3 years ago

Functors seems to only like non-typed structures, reverting to pad/stride as parameters for gpu to work.

codecov[bot] commented 3 years ago

Codecov Report

Merging #23 (c159a96) into master (aac8985) will not change coverage. The diff coverage is 84.84%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   77.75%   77.75%           
=======================================
  Files          31       31           
  Lines        2418     2418           
=======================================
  Hits         1880     1880           
  Misses        538      538           
Impacted Files Coverage Δ
src/layers/invertible_layer_hyperbolic.jl 79.16% <77.27%> (ø)
src/layers/layer_residual_block.jl 96.25% <100.00%> (ø)

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 aac8985...c159a96. Read the comment docs.