-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Renamed variables from single letter to better naming #449
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
Conversation
q -> query k -> key v -> value b -> batch c -> channel h -> height w -> weight
The documentation is not available anymore as the PR was closed or merged. |
missed some in the initial commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, just a couple more changes!
As per code review suggestions, renamed x -> hidden_states and x_in -> residual
@patil-suraj renamed variable names as per suggestion :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Merging now
* renamed variable names q -> query k -> key v -> value b -> batch c -> channel h -> height w -> weight * rename variable names missed some in the initial commit * renamed more variable names As per code review suggestions, renamed x -> hidden_states and x_in -> residual * fixed minor typo
Based on issue #198
Renamed single-letter variables to more explicit variables.
@patil-suraj could you check it?
Thanks :)