slimgroup / InvertibleNetworks.jl

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

split_scales small bug #39

Closed rafaelorozco closed 3 years ago

rafaelorozco commented 3 years ago

Small bug in split scales was breaking multscale conditional hint with split scales. Added a test but the real tests for that network are coming in reverse_multi PR

codecov[bot] commented 3 years ago

Codecov Report

Merging #39 (f6945c0) into master (18e2709) will increase coverage by 0.89%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   85.14%   86.04%   +0.89%     
==========================================
  Files          31       31              
  Lines        2451     2451              
==========================================
+ Hits         2087     2109      +22     
+ Misses        364      342      -22     
Impacted Files Coverage Δ
.../invertible_network_conditional_hint_multiscale.jl 87.41% <100.00%> (+10.59%) :arrow_up:
src/utils/dimensionality_operations.jl 94.33% <100.00%> (+3.77%) :arrow_up:

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