-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix typo: upsampe_cfg -> upsample_cfg #449
Conversation
Signed-off-by: lizz <lizz@sensetime.com>
Signed-off-by: lizz <lizz@sensetime.com>
Codecov Report
@@ Coverage Diff @@
## master #449 +/- ##
==========================================
+ Coverage 86.37% 86.51% +0.14%
==========================================
Files 97 97
Lines 4960 4962 +2
Branches 805 807 +2
==========================================
+ Hits 4284 4293 +9
+ Misses 519 515 -4
+ Partials 157 154 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Good PR! Thx! |
* Fix typo: upsampe_cfg -> upsample_cfg Signed-off-by: lizz <lizz@sensetime.com> * convoluton -> convolution Signed-off-by: lizz <lizz@sensetime.com> * more Signed-off-by: lizz <lizz@sensetime.com> * ok Signed-off-by: lizz <lizz@sensetime.com>
* 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
Signed-off-by: lizz lizz@sensetime.com