Skip to content
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

why you do permute in CAM_transposed? #25

Open
anxu829 opened this issue Jul 12, 2020 · 0 comments
Open

why you do permute in CAM_transposed? #25

anxu829 opened this issue Jul 12, 2020 · 0 comments

Comments

@anxu829
Copy link

anxu829 commented Jul 12, 2020

i found these lines in your code :

 # Transpose B-C-H-W to B-W-C-H
  x = x.permute(0, 3, 1, 2).contiguous()

and i print the shape of features follow your model like this :

image

and my question is why you do this permutation , it seems not very meaningful ,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant