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

ladder net g_guass unclear #2

Closed
thebeancounter opened this issue Jun 17, 2019 · 3 comments
Closed

ladder net g_guass unclear #2

thebeancounter opened this issue Jun 17, 2019 · 3 comments

Comments

@thebeancounter
Copy link

Can't find any reference to that formula in call and in g_guass in the paper and online, can you explain the origin of the formula

mu = a1 * tf.sigmoid(a2 * u + a3) + a4 * u + a5
v = a6 * tf.sigmoid(a7 * u + a8) + a9 * u + a10

z_est = (z_c - mu) * v + mu
return z_est
@divamgupta
Copy link
Owner

Hi, the formula of the denoising function is given in the appendix of the paper : "B Formulation of the Denoising Function"

@divamgupta
Copy link
Owner

divamgupta commented Sep 17, 2019 via email

@wuhaizhifeng
Copy link

wuhaizhifeng commented Sep 17, 2019 via email

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

3 participants