ladder icon indicating copy to clipboard operation
ladder copied to clipboard

z_est_bn = (z_est[l] - m) / v

Open daniadag opened this issue 4 years ago • 0 comments

why we need to put this line in decoder in line 179??? after you apply batch normalization

it seems like you apply mean and v for output layer before and after g_gauss u = batch_normalization(u) z_est[l] = g_gauss(z_c, u, layer_sizes[l]) z_est_bn = (z_est[l] - m) / v

daniadag avatar Mar 10 '20 17:03 daniadag