YingkunZhou

Results 13 comments of YingkunZhou

But you cannot expect that synthesis tools will do these things.

;buildInfoPackage: chisel3, version: 3.1.5, scalaVersion: 2.11.12, sbtVersion: 1.1.1, builtAtString: 2018-12-14 23:45:23.572, builtAtMillis: 1544831123572 circuit Adder : module Adder : input clock : Clock input reset : UInt output io :...

not familiar with firrtl, though

so you use master branch? I forget when and how I installed firrtl

您好,就是默认分支的最新commit: 3c61295edf66eb5c24e7c98b604c14a1bd4457d7

继续用经典的模型efficientnetv2_b0试了试 模型的下载地址为:https://github.com/onnx/models/raw/main/Computer_Vision/tf_efficientnetv2_b0_Opset16_timm/tf_efficientnetv2_b0_Opset16.onnx 得到的量化完的运行结果: ```bash ./pictureRecognition.out tf_efficientnetv2_b0_Opset16.mnn daisy.jpg Load Cache file error. The device support i8sdot:1, support fp16:1, support i8mm: 0 Create execution error : 101 Create execution error : 101...

@v0jiuqi 您确实是测试了**量化后**的模型了吗,能否贴一下您运行的分类结果让我看看,感谢! 模型就是上面提到的两个onnx官方仓库的,然后图片为 ![daisy](https://github.com/alibaba/MNN/assets/43129850/cda2326a-cb18-428b-9be3-10fa3b2b8351) 然后我是在**arm64的开发板jetson orin** (不是在x86的机器上,这一点也请注意)上进行编译运行的

具体的量化流程可以参考https://github.com/alibaba/MNN/issues/2614

另外我想问一下,官方是打算放弃Session接口,改用Module接口了吗

> 我测试了结果没有不对啊,你用pictureRecognition_module.out 测试看看 @v0jiuqi 可否提供一下你用pictureRecognition_module.out 测试的config.json文件,感谢