-
Notifications
You must be signed in to change notification settings - Fork 211
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
How does SingleVarianceNetwork participate in network training? #118
Comments
anyone who can help me answer these questions?/(ㄒoㄒ)/~~ |
The network converges when 1/s approaches 0 because at that point the parameterized sigmoid function becomes a step function. Essentially, the step function should take on the value 0 outside the surface and 1 inside the surface (I might be getting this flipped). |
Thank you very much, but I still don't get it. Registering a parameter 'variance' in SingleVarianceNetwork, |
the variance parameter participates in the forward pass during the alpha calculation. |
i have some questions i want to ask you. There is only one parameter of variance in this network. How does it participate in the training of the loss function? Why does the network converge when 1/s approaches 0? Many Thanks to you!
The text was updated successfully, but these errors were encountered: