facedetection_android.pytorch icon indicating copy to clipboard operation
facedetection_android.pytorch copied to clipboard

I want to know wether this inference on cpu or gpu?

Open YAwei666 opened this issue 5 years ago • 2 comments

YAwei666 avatar Jan 05 '21 08:01 YAwei666

thank you

YAwei666 avatar Jan 05 '21 08:01 YAwei666

thank you

Today, PyTorch executes the models on the CPU backend pending availability of other hardware backends such as GPU, DSP, and NPU... see:https://pytorch.org/tutorials/recipes/mobile_perf.html?highlight=mobile

midasklr avatar Jan 07 '21 03:01 midasklr