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:
|
return 2.0 / tf.sqrt(c) * A_norm * tf.asinh(sineterm) |
Could you check this?
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?