Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
daniadag opened this issue Mar 10, 2020 · 0 comments
Open

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

daniadag opened this issue Mar 10, 2020 · 0 comments

Comments

@daniadag
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant