qinzheng93 / FD-MobileNet

This repo contains code for *FD-MobileNet: Improved MobileNet with A Fast Downsampling Strategy*.
34 stars 6 forks source link

inference time benchmark of different models ? #2

Open lizhengwei1992 opened 6 years ago

lizhengwei1992 commented 6 years ago

hi, what about the inference time of the FD_MobileNet ? can you give benchmark of speed about different models mentationed in the paper ? Thanks !

ghost commented 5 years ago

The inference speed reported in the paper is evaluated using a self-maintained version of ncnn, so I cannot put the code here.

If you are interested, you can initialize the models using Caffe and convert it to ncnn params. As we only care about the speed, there is no need to train the models.