-
Notifications
You must be signed in to change notification settings - Fork 263
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 time, after loading the weights, is slower than ./build/tools/caffe time #573
Comments
@jazzseow could you upload the commands, their outputs and prototxt files used? |
@drnikolaev Thank you for your reply. Also, I have uploaded the modifications required to run RefineDet model, under include/ and src/ folders |
A-ha, seems like a bug: when you run
But |
@drnikolaev
|
When I ran
./build/tools/caffe time
, I gotI0716 10:14:52.669873 18718 caffe.cpp:656] Average Forward pass: 11.4608 ms.
When I ran
./build/examples/ssd/ssd_detect.bin
and time the forward function, I got timing like thesetime: 23.809 ms
time: 22.517 ms
time: 23.631 ms
time: 22.49 ms
time: 23.481 ms
time: 21.887 ms
time: 23.696 ms
time: 22.322 ms
time: 23.026 ms
time: 23.716 ms
time: 22.506 ms
time: 22.152 ms
time: 23.222 ms
time: 21.964 ms
time: 23.871 ms
time: 22.715 ms
time: 23.888 ms
time: 22.232 ms
time: 23.315 ms
These are my codes
https://drive.google.com/drive/folders/1cAhF9wBNjBpO9Ykoh80Sv5eBqBZJwDYQ?usp=sharing
The text was updated successfully, but these errors were encountered: