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
你好,代码x = torch.cat([x.unsqueeze(2), x_j.unsqueeze(2)], dim=2).reshape(b, 2 * c, n, _)会对x和x''做一个拼接,然后做线性变换。但是论文中好像没有描述这一点。 请问这是为什么呢?是我哪里弄错了吗?
The text was updated successfully, but these errors were encountered:
不好意思,论文里写错了,最新版已经更正:https://arxiv.org/pdf/2206.00272.pdf
Sorry, something went wrong.
No branches or pull requests
你好,代码x = torch.cat([x.unsqueeze(2), x_j.unsqueeze(2)], dim=2).reshape(b, 2 * c, n, _)会对x和x''做一个拼接,然后做线性变换。但是论文中好像没有描述这一点。
请问这是为什么呢?是我哪里弄错了吗?
The text was updated successfully, but these errors were encountered: