-
Notifications
You must be signed in to change notification settings - Fork 276
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
关于 Embedded Gaussian问题 #45
Comments
@mymuli Hi, theta_x, phi_x 是embedded后的x。 |
我想问一下,theta_x, phi_x 是Embedded Gaussian后的x,在non_local_embedded_gaussian.py文件中具体语句是? |
@mymuli 在论文3.2节-Embedded Gaussian部分
|
在f_div_C = F.softmax(f, dim=-1) 之前,加个指数函数就可以了吧。 |
想问一下,在non_local_embedded_gaussian.py实现文件中,我并没有发现Embedded Gaussian的具体表达式,只是有矩阵乘法+softmax函数...如果是Embedded Gaussian的实现,具体是哪几行代码实现呢?
Non-local_pytorch/lib/non_local_embedded_gaussian.py
Line 85 in 39ad90c
Non-local_pytorch/lib/non_local_embedded_gaussian.py
Line 86 in 39ad90c
The text was updated successfully, but these errors were encountered: