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
Hi, I appreciate your nice work!
I'm confused with model shape.
Captured from your paper.
Captured from your model.py
Since you told that f size is the number of filters of the last 1D-CNN layer, in here, f should be self.conv * 4
Then, I think Wa size should be f x f, not 2f x f Am I misunderstand it? or just typo?
sincerely,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I appreciate your nice work!
I'm confused with model shape.
Captured from your paper.
Captured from your model.py
Since you told that f size is the number of filters of the last 1D-CNN layer,
in here, f should be self.conv * 4
Then, I think Wa size should be f x f, not 2f x f
Am I misunderstand it? or just typo?
sincerely,
The text was updated successfully, but these errors were encountered: