0

我正在试用英特尔® 低精度优化工具。

我应该在这个 common.Model 中输入什么,具体是什么类型的对象?

quantizer.model = common.Model('../models/saved_model')

我指的是以下链接https://github.com/intel/lpot

4

1 回答 1

1

您可以传递支持模型的路径。例如,frozen pb 的路径,或者 saved_model 的路径,或者 checkpoint 的路径。

更多详情请查看https://github.com/intel/lpot/blob/master/lpot/experimental/common/model.py#L25-L28中的函数注释

于 2021-05-31T13:24:47.100 回答