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

pseudocode 431 error? 伪代码431行是否有误? #40

Open
GISWLH opened this issue Nov 1, 2023 · 0 comments
Open

pseudocode 431 error? 伪代码431行是否有误? #40

GISWLH opened this issue Nov 1, 2023 · 0 comments

Comments

@GISWLH
Copy link

GISWLH commented Nov 1, 2023

x_window = self.attention(x, mask)
should be revised to
x_window = self.attention(x_window , mask)

伪代码431行x_window = self.attention(x, mask)是否应该改为x_window = self.attention(x_window , mask)

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

1 participant