Closed rofinn closed 8 years ago
…issues.
hid_means
split_vis(rbm, X)
gemm!
free_energy
log(0)
Cool, thanks for fixes.
…issues.
hid_means
takes just the visible input provided bysplit_vis(rbm, X)
.gemm!
calls in gradient_classic for the conditional weights weren't using the appropriate precision (ie: Float32 w/ sparsity)free_energy
function will often produces NaNs do tolog(0)
or lack of precision.