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

代码中value角度变换问题 #16

Open
jiaotiancai opened this issue Jun 8, 2023 · 1 comment
Open

代码中value角度变换问题 #16

jiaotiancai opened this issue Jun 8, 2023 · 1 comment

Comments

@jiaotiancai
Copy link

sampling_angle_v = self.sampling_angles_v(x)
sampling_angle_v = sampling_angle_k.reshape(num_predict_total, 1, window_num_h, window_num_w)
这里代码是不是应该为
sampling_angle_v = self.sampling_angles_v(x)
sampling_angle_v = sampling_angle_v.reshape(num_predict_total, 1, window_num_h, window_num_w)

@DotWang
Copy link
Collaborator

DotWang commented Jun 8, 2023

@jiaotiancai 是的,感谢您的检查,我马上修改

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

2 participants