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

Understanding edge cases #34

Open
ThomasDelteil opened this issue May 3, 2018 · 0 comments
Open

Understanding edge cases #34

ThomasDelteil opened this issue May 3, 2018 · 0 comments

Comments

@ThomasDelteil
Copy link

Just wanted to make sure my understanding is right. Looking at the formulas, on the edge case, maximizing the probability for x=-1 is maximizing this function:
logProb(μ, σ) = (-1 - μ)/σ - log(1 + e^((-1 - μ)/σ))
Which means for optimality μ->-infinity
And this work because at inference time the predicted values are clipped between the effective pixel range?
How big is the impact on the neighboring edge values for which the optimal μ is -0.997 etc ?

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