2,853
社区成员




请参考此示例在 quantsim https://github.com/quic/aimet/blob/develop/TrainingExtensions/torch/test/python/test_quantizer.py#L961 之后导出您的模型。 您可以使用 bc_quantizer.export() 导出模型,如下所示:https://github.com/quic/aimet/blob/develop/TrainingExtensions/torch/test/python/test_quantizer.py#L981%E3%80%82