aicenter / GenerativeModels.jl

Generative Models with trainable conditional distributions in Julia!
MIT License
31 stars 3 forks source link

WIP: ConditionalDists.jl and IMPeasures.jl #62

Closed nmheim closed 4 years ago

nmheim commented 4 years ago

Moving the PDFs to a seperate ConditionalDists.jl as well as kld to IPMeasures.jl.

codecov-io commented 4 years ago

Codecov Report

Merging #62 into master will decrease coverage by 42.38%. The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #62       +/-   ##
===========================================
- Coverage   69.76%   27.38%   -42.39%     
===========================================
  Files          14       14               
  Lines         258      252        -6     
===========================================
- Hits          180       69      -111     
- Misses         78      183      +105
Impacted Files Coverage Δ
src/GenerativeModels.jl 100% <ø> (ø) :arrow_up:
src/models/rodent.jl 50% <0%> (ø) :arrow_up:
src/models/vae.jl 47.36% <100%> (-5.27%) :arrow_down:
src/pdfs/abstract_cgaussian.jl 0% <0%> (-100%) :arrow_down:
src/pdfs/cmean_gaussian.jl 0% <0%> (-100%) :arrow_down:
src/pdfs/gaussian.jl 0% <0%> (-100%) :arrow_down:
src/pdfs/abstract_pdfs.jl 0% <0%> (-92.31%) :arrow_down:
src/pdfs/cmeanvar_gaussian.jl 0% <0%> (-90.48%) :arrow_down:
src/pdfs/constspec_gaussian.jl 0% <0%> (-86.96%) :arrow_down:
src/utils/nogradarray.jl 0% <0%> (-50%) :arrow_down:
... and 1 more

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 3d538f1...6dbc3c9. Read the comment docs.