Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add SwinV2 #6246
Add SwinV2 #6246
Changes from 14 commits
6eeecf9
a104e79
7ad94a7
4f1a59b
e28ec45
ff44832
7d84b31
4a21e98
6e488d5
8e0f8f6
284ca50
e801222
32bee48
56cb30b
eb06414
5deccd5
75bcbc7
084833e
a0498a9
c9b77c8
81e2a2e
3eb0de8
d7a4ca2
005bb13
69bad17
6717145
0dc1b22
8b85859
b9bba94
4d8de8a
db94095
54cf584
568731c
b04b9c7
a0e7a40
f643ff0
e2b338b
8a13f93
f4ea5df
1c7579c
daf8e19
0587039
1526658
a7b18d8
5353afb
83f9d3d
e07de70
ce0103a
07fb86b
2670ae1
fba200b
e3f8935
f0a53b9
da56c95
af2f491
1266a4c
3fd6968
72cd9d8
68ffa1c
73373a5
c13c5ef
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Shall we use
flatten(end_dim=-2)
here instead ofview(-1, self.num_heads)
?