slimgroup / InvertibleNetworks.jl

A Julia framework for invertible neural networks
MIT License
148 stars 20 forks source link

fix Flux compat #79

Closed mloubout closed 1 year ago

mloubout commented 1 year ago

Fixes #78

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 92.85% and project coverage change: +0.06 :tada:

Comparison is base (5c092f9) 88.48% compared to head (b2eeb12) 88.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #79 +/- ## ========================================== + Coverage 88.48% 88.54% +0.06% ========================================== Files 33 33 Lines 2545 2550 +5 ========================================== + Hits 2252 2258 +6 + Misses 293 292 -1 ``` | [Impacted Files](https://codecov.io/gh/slimgroup/InvertibleNetworks.jl/pull/79?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=slimgroup) | Coverage Δ | | |---|---|---| | [src/utils/chainrules.jl](https://codecov.io/gh/slimgroup/InvertibleNetworks.jl/pull/79?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=slimgroup#diff-c3JjL3V0aWxzL2NoYWlucnVsZXMuamw=) | `92.15% <87.50%> (+0.66%)` | :arrow_up: | | [src/layers/invertible\_layer\_glow.jl](https://codecov.io/gh/slimgroup/InvertibleNetworks.jl/pull/79?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=slimgroup#diff-c3JjL2xheWVycy9pbnZlcnRpYmxlX2xheWVyX2dsb3cuamw=) | `97.29% <100.00%> (ø)` | | | [src/layers/invertible\_layer\_hint.jl](https://codecov.io/gh/slimgroup/InvertibleNetworks.jl/pull/79?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=slimgroup#diff-c3JjL2xheWVycy9pbnZlcnRpYmxlX2xheWVyX2hpbnQuamw=) | `94.39% <100.00%> (ø)` | | | [src/utils/dimensionality\_operations.jl](https://codecov.io/gh/slimgroup/InvertibleNetworks.jl/pull/79?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=slimgroup#diff-c3JjL3V0aWxzL2RpbWVuc2lvbmFsaXR5X29wZXJhdGlvbnMuamw=) | `95.69% <100.00%> (ø)` | | | [src/utils/neuralnet.jl](https://codecov.io/gh/slimgroup/InvertibleNetworks.jl/pull/79?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=slimgroup#diff-c3JjL3V0aWxzL25ldXJhbG5ldC5qbA==) | `77.55% <100.00%> (+2.55%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=slimgroup). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=slimgroup)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.