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

Permute problem #41

Open
TommyHuang821 opened this issue Dec 5, 2018 · 2 comments
Open

Permute problem #41

TommyHuang821 opened this issue Dec 5, 2018 · 2 comments

Comments

@TommyHuang821
Copy link

Hi David,

I have a question for Permute layer.
CAFFE blob : [# batch, # channel, height, width]
If Permute {dim:0, 2, 3, 1}, then the output should be [# batch, height, width, # channel]
But in this netscope CNN analysis, the output would be [# batch, width, # channel , height]
Which one is correct?
image

Thanks,
Tommy

@dgschwend
Copy link
Owner

dgschwend commented Dec 5, 2018 via email

@TommyHuang821
Copy link
Author

Hi David,

Many thanks for your reply.

BR,
Tommy

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

2 participants