slimgroup / InvertibleNetworks.jl

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

`log_likelihood`: improve docstring #51

Closed alisiahkoohi closed 2 years ago

alisiahkoohi commented 2 years ago

Makes the Gaussian latent variable assumption explicit in docstrings of log_likelihood, ∇log_likelihood, and Hlog_likelihood.

codecov[bot] commented 2 years ago

Codecov Report

Merging #51 (891842e) into master (c60ad05) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   85.94%   85.94%           
=======================================
  Files          31       31           
  Lines        2511     2511           
=======================================
  Hits         2158     2158           
  Misses        353      353           
Impacted Files Coverage Δ
src/utils/objective_functions.jl 33.33% <ø> (ø)

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 c60ad05...891842e. Read the comment docs.