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

question on why 4 fragments in parallel runs slower than 4 fragments in series #46

Closed
guochengqian opened this issue Feb 2, 2021 · 2 comments

Comments

@guochengqian
Copy link

Dear @nmaac ,

May I ask a question w.r.t ShuffleNet v2?
Why 4 fragments in parallel run slower than 4 fragments in series?
The 4 fragments in parallel does not compute in parallel fashion? Is that due to implementation issue? Does that mean inception module actually does now increase speed but decrease it?

Thank you!

@nmaac
Copy link
Collaborator

nmaac commented Feb 2, 2021

Hi @guochengqian ,
We use Table 4 to show that more-fragmented structures (both in parallel and in series) run slower than less-fragmented structures.
The speed differences between structures in parallel and in series, which is beyond the focus of that paper, are negligible comparing with the differences among 1/2/4-fragmented structures.

@guochengqian
Copy link
Author

Okay. Thank you.

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