-
Notifications
You must be signed in to change notification settings - Fork 102
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
Benchmark guide #62
Comments
Thanks for your attention!
You might want to check out https://github.com/JDAI-CV/dabnn-example . I'll
also add some detailed document soon.
…On Thu, Oct 17, 2019, 10:56 PM Bil17t ***@***.***> wrote:
First, congrats on such a successful framework! I would like to test the
speed of daBNN on my platform. I can see the benchmark utility, but does it
include actual inference on imagenet pictures? Any more detailed
instruction?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#62?email_source=notifications&email_token=ACYRZH57JOACKFETACHJ7BTQPB4LLA5CNFSM4JB24ZN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HSPT4EA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYRZHZMQZWCT4H6WERAQJTQPB4LLANCNFSM4JB24ZNQ>
.
|
Which do you want to do, benchmark some models on your side, or do actual inference? Thanks! |
I have tested the speed. It would be better if we can verify the accuracy as well. It will also be easier to deploy other models. |
For verifying the accuracy, I think you can modify the code based on https://github.com/JDAI-CV/dabnn-example and check the output currently. |
And if you want to verify the accuracy more carefully, you can check out 'binaries/run.cpp' about how to send a given input tensor to the model and retrieve the output. |
First, congrats on such a successful framework! I would like to test the speed of daBNN on my platform. I can see the benchmark utility, but does it include actual inference on imagenet pictures? Any more detailed instruction?
The text was updated successfully, but these errors were encountered: