-
同样的模型,在3559a上,大核75ms,小核145ms。为什么3516dv300慢了这么多,是有什么需要注意的吗?
-
This is going to collect missing spaces a fter a period as discussed in https://github.com/petergtz/alexa-wikipedia/issues/37.
-
请问大佬,按照您的博客https://blog.csdn.net/Yong_Qi2015/article/details/114362223替换掉focus和upsample后重新训练,然后转成caffe,执行推理的结果是没错的,但是放到ruyistudio里面转换时候显示[Transpose_217]. error:Permute can only support (0,1,2,3) -> (0…
-
Have been trying to run `k3s` on Raspberry Pi 3 Model B Rev 1.2 (BCM2835) but have been unsuccessful.
My OS:
```
Raspbian GNU/Linux 10 (buster)
Linux kube-master 5.4.51-v7+ #1327 SMP Thu Jul 23 …
-
你好!
目前海思芯片仅支持caffe框架,模型的移植流程为:pytorch-》onnx-》caffe-量化--》wk。
想咨询一下,通过MQBench量化工具中的NNIE量化算法是否可以实现生成的pytorch模型:
pytorch->onnx->caffe->wk
即,MQBench量化工具的NNIE量化算法替换了海思的量化算法。
-
Thank you for sharing the code, I see inside folder 04.multi-core-sample contains yolov5 implementation, it's very different from the one you instruct
Where is the correct guide?
![image](https://…
-
你好!
非常感谢你分享的nnieqat的相关工作。
目前,我在使用海思的3519芯片移植目标检测算法yolov3。目前遇到的问题是模型经过int8量化之后精度损失比较严重,因此想参考你的工作做模型的量化工作。
我不确定我对你的工作中提到的方法的使用的正确性,因此我想简单陈述一下我的理解(以v5为例),具体如下:
1)通过nnieqat量化库 fine-tuning一个训练好的基于pytor…
-
## error log | 日志或报错信息 | ログ
/home/Hisi/ncnn/src/layer/arm/innerproduct_fp16s.h: In function ‘void ncnn::innerproduct_pack4_fp16s_neon(const ncnn::Mat&, ncnn::Mat&, const ncnn::Mat&, const ncnn::Mat&,…
-
你好,我使用这个框架finetune训练了yolov3模型,想问一下训练完的权重如何结合nnie_mapper使用?我看到你在知乎的评论回复中说“可以读取并关联pytorch模型和转换后caffe模型的对应层,然后将量化信息写到nnie_mapper cfg的gfpq_param_file里边哈”,我在nnie_mapper参数表里没有看到gfpq_param_file这个参数说明,能不能再详细的…
-
Is there a ghostnet caffe model?
converted to darknet2caffe but not working properly in nnie 3519a,3559a.
What should I do if I want to test ghostnet or tinynet in 3519a or 3559a?