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

inference speed #48

Open
lianxxx opened this issue Apr 24, 2019 · 3 comments
Open

inference speed #48

lianxxx opened this issue Apr 24, 2019 · 3 comments

Comments

@lianxxx
Copy link

lianxxx commented Apr 24, 2019

what's the inference speed of MobileNet v2 ssd on CPU approximately? The paper says 200ms, but i tested to be around 1 sec per image. Is there any way to speed up the inference?

@qfgaohao
Copy link
Owner

Caffe2 runtime is faster than Pytorch, as it fuses batchnorm and conv layers. It's less than 200ms usng Caffe2 on my PC, about 1s on a 800M Hz Arm CPU.

@cwlinghk
Copy link

Is anyway to increase the speed on CPU inference?
mobilenet v2 ssd in Tensorflow is also about 200ms
What are the bottlenecks of speed for pytorch version? Thanks

@kunalgoyal9
Copy link

@cwlinghk have you got the reason?

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

4 participants