aicenter / GenerativeModels.jl

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

Update docs / fix elbo #75

Closed nmheim closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #75 into master will increase coverage by 7.62%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   68.34%   75.96%   +7.62%     
==========================================
  Files           8        7       -1     
  Lines         139      129      -10     
==========================================
+ Hits           95       98       +3     
+ Misses         44       31      -13
Impacted Files Coverage Δ
src/models/gan.jl 60.86% <0%> (ø) :arrow_up:
src/models/vae.jl 90.47% <100%> (ø) :arrow_up:
src/models/rodent.jl 100% <100%> (+50%) :arrow_up:
src/utils/flux_ode_decoder.jl 100% <100%> (ø) :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 3237d0b...14883aa. Read the comment docs.