EfficientFormer icon indicating copy to clipboard operation
EfficientFormer copied to clipboard

What about gpu inference time?

Open mahdip72 opened this issue 2 years ago • 2 comments

Are there any experiments regarding the speed of efficientformer on gpu devices?

mahdip72 avatar Jun 03 '22 11:06 mahdip72

Same. Could you please provide ablation stuides that only use GPU/CPU on iPhone? Depending on the iPhone runtime, when NPU (ANE) is enabled, some operations are not supported and may run outside NPU.

image

edwardyehuang avatar Jun 04 '22 14:06 edwardyehuang

Thanks for your interest in our work.

We are going to add the following speed results in the final manuscript:

  1. Speed on NVIDIA A100, deployed with TensorRT
  2. Speed on Google 6, deployed with NNAPI
  3. Speed on iPhone CPU, deployed with CoreML.

liyy201912 avatar Sep 16 '22 22:09 liyy201912

Hi @edwardyehuang, with the latest iOS and Xcode, you could get the latency directly on CPU or CPU & GPU following this link.

alanspike avatar Dec 16 '22 21:12 alanspike