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
你好,看起来g的更新方式代码和论文存在差异,代码中是g = torch.sigmoid(xg @ self.g1) @ self.g2,但是在结构图中是g = torch.sigmoid(xg @ self.g1 @ self.g2)写法,请问哪里存在错误?
The text was updated successfully, but these errors were encountered:
谢谢,请以代码为准,我告诉结构图作者
Sorry, something went wrong.
@jihaoh98 请再检查还有没有错,多谢多谢
https://rwkv.com 已更新
thanks!
No branches or pull requests
你好,看起来g的更新方式代码和论文存在差异,代码中是g = torch.sigmoid(xg @ self.g1) @ self.g2,但是在结构图中是g = torch.sigmoid(xg @ self.g1 @ self.g2)写法,请问哪里存在错误?
The text was updated successfully, but these errors were encountered: