slimgroup / InvertibleNetworks.jl

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

Memory fix #26

Closed mloubout closed 2 years ago

mloubout commented 3 years ago

fixes quite weird memory leak in tensor_split.

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (2d05ab4) into master (e22195d) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   84.16%   84.17%           
=======================================
  Files          31       31           
  Lines        2476     2477    +1     
=======================================
+ Hits         2084     2085    +1     
  Misses        392      392           
Impacted Files Coverage Δ
src/utils/dimensionality_operations.jl 93.70% <100.00%> (ø)
src/layers/invertible_layer_hint.jl 92.82% <0.00%> (+0.03%) :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 e22195d...2d05ab4. Read the comment docs.