pretrained-models.pytorch icon indicating copy to clipboard operation
pretrained-models.pytorch copied to clipboard

can this repo offer different model do inference time cost on the same gpu?

Open mmxuan18 opened this issue 5 years ago • 2 comments

this repo is a very good accuracy rate benchmark reference for all model on imagenet classification task, but when do real project deployment the model's inference time cost is also very important, so will this repo offer a benchmark test of this time cost, so can select the most balance model between the accuracy rate and inference time.

mmxuan18 avatar Mar 01 '19 07:03 mmxuan18

@mlinxiang thanks for your interest. We are working on it :)

This study may help you; it used the pretrained-models.pytorch library: https://arxiv.org/abs/1810.00736

Cadene avatar Mar 01 '19 08:03 Cadene

@Cadene perfect work, that's what i want, very thanks

mmxuan18 avatar Mar 04 '19 03:03 mmxuan18