-
Notifications
You must be signed in to change notification settings - Fork 163
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
Question about paper #8
Comments
这里的HWS是范围吧,那e的HWS次方不是早就超出attention的范围了? |
yeah,so how it would be x > e^x. (h+w+s)> e^h* e^w *e^s. like the paper said. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the paper says in appendix:
"For example, for long videos or high-resolution frames with large h, w, s, usually (e^h)(e^w)(e^s)< (h + w + s)"
Is there any situation that (e^h)(e^w)(e*s)< (h + w + s)?
The text was updated successfully, but these errors were encountered: