-
Notifications
You must be signed in to change notification settings - Fork 0
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
OpenCL backend on tflite #13
Comments
MACE is an entirely different inference engine for neural network models. The benchmarks have been conducted January 2019 so before tflite open sourced its OpenCL gpu delegate. |
Sorry to trouble you again, I raised an issue here because i did not find your contact details anywhere. |
You can not use MACE in tflite. But you can benchmark how fast for instance mobilenet v2 is running on MACE or tflite. There exists multiple different neural network runtimes like MACE, Tensorflow, Caffe, PyTorch anf a couple of others (also one from Amazon or Baidu which looks promising). |
Thanks a lot Paul :) |
Hi Paul,
Sorry to raise an issue here, I had some doubts regarding enabling MACE OpenCL backend on Tflite.
I found a comment of yours on the tensorflow repo that said using MACE as GPU backend improved around 30% speedup of execution.
Can you show me how to enable the same for GPU pipeline or show me some repo where this has been done?
Thanks a lot for your help :)
The text was updated successfully, but these errors were encountered: