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
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)
The text was updated successfully, but these errors were encountered:
@jiaotiancai 是的,感谢您的检查,我马上修改
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: