slimgroup / InvertibleNetworks.jl

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

take off actnorm from conditional glow #88

Open rafaelorozco opened 1 year ago

rafaelorozco commented 1 year ago

Any layer acting first on condition can be easily compsed with summarizednet. Add bit doc string

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -2.31 :warning:

Comparison is base (cc8a408) 88.52% compared to head (0e6ebd1) 86.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #88 +/- ## ========================================== - Coverage 88.52% 86.22% -2.31% ========================================== Files 34 34 Lines 2589 2591 +2 ========================================== - Hits 2292 2234 -58 - Misses 297 357 +60 ``` | [Impacted Files](https://app.codecov.io/gh/slimgroup/InvertibleNetworks.jl/pull/88?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=slimgroup) | Coverage Δ | | |---|---|---| | [src/conditional\_layers/conditional\_layer\_glow.jl](https://app.codecov.io/gh/slimgroup/InvertibleNetworks.jl/pull/88?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=slimgroup#diff-c3JjL2NvbmRpdGlvbmFsX2xheWVycy9jb25kaXRpb25hbF9sYXllcl9nbG93Lmps) | `97.95% <100.00%> (+0.23%)` | :arrow_up: | | [...rc/networks/invertible\_network\_conditional\_glow.jl](https://app.codecov.io/gh/slimgroup/InvertibleNetworks.jl/pull/88?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=slimgroup#diff-c3JjL25ldHdvcmtzL2ludmVydGlibGVfbmV0d29ya19jb25kaXRpb25hbF9nbG93Lmps) | `87.67% <100.00%> (-8.39%)` | :arrow_down: | ... and [7 files with indirect coverage changes](https://app.codecov.io/gh/slimgroup/InvertibleNetworks.jl/pull/88/indirect-changes?src=pr&el=tree-more&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.