We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for the interesting paper.
I think the following part is the code for hyperbolic logit (paper equation(7)), and it seems that there is no $\lambda_{p_{y}}^{c}$ in the code:
HyperbolicImageSegmentation/hesp/util/layers.py
Line 115 in 622a173
The text was updated successfully, but these errors were encountered:
Hi, I've encountered the same issue, and another problem I found out was that the input to tf.asinh does not divide w_y also
Sorry, something went wrong.
I agree with @seanzhuh and @JinhwiPark. lambda is always set to 2 and w_y seems to be missing in the denominator. Is there any reason for it?
No branches or pull requests
Hi, thanks for the interesting paper.
I think the following part is the code for hyperbolic logit (paper equation(7)), and it seems that there is no$\lambda_{p_{y}}^{c}$ in the code:
HyperbolicImageSegmentation/hesp/util/layers.py
Line 115 in 622a173
Could you check this?
The text was updated successfully, but these errors were encountered: