semi-supervised-pytorch icon indicating copy to clipboard operation
semi-supervised-pytorch copied to clipboard

GaussianSample and GaussianMerge bug: positive log_var

Open kiwi0fruit opened this issue 5 years ago • 1 comments

Bugs: one, two.

As it's now it leads to log_var being positive only. But for standard case of standard normal distribution almost all q distribution log_vars are less than zero. Or equals zero in case of N(0,1).

kiwi0fruit avatar Aug 28 '19 10:08 kiwi0fruit

See here: https://github.com/wohlert/semi-supervised-pytorch/issues/16

wohlert avatar Aug 28 '19 18:08 wohlert