Models icon indicating copy to clipboard operation
Models copied to clipboard

想要直接训练好的量化模型(resnet50)来测速

Open farmpi opened this issue 4 years ago • 1 comments

我想测试一下resnet50 int8模型的速度,想问下有没有什么samplecode可以使用。是否有可以直接获取的训练好的量化模型?感谢!

farmpi avatar May 20 '21 13:05 farmpi

目前没有直接的例子。可以参考 MegEngine 教程中的量化和部署部分,结合 office/quantization 中的代码略加修改来得到量化模型。https://megengine.org.cn/doc/stable/zh/user-guide/model-compression/quantization.html

xpmemeda avatar May 21 '21 05:05 xpmemeda