KuiperInfer icon indicating copy to clipboard operation
KuiperInfer copied to clipboard

带你从零实现一个高性能的深度学习推理库,支持大模型 llama2 、Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step

Results 7 KuiperInfer issues
Sort by recently updated
recently updated
newest added

在学习KuiperInfer时发现教程代码中有这样一个检查: ![Quicker_20240331_201437](https://github.com/zjhellofss/KuiperInfer/assets/100688146/c5c9e149-43ed-4efb-9475-72cf327b2d45) 请问KuiperInfer是否可以实现如split这样的算子呢 ![image](https://github.com/zjhellofss/KuiperInfer/assets/100688146/d89a5dbd-7657-4526-b8b5-d0a3845b1ed6)

我尝试使KuiperInfer支持yolov8,在将转换后的PNNX格式的模型文件导入时遇到问题,在读取bin文件时总是报错,在尝试获取某个filename的size时无法获得正确的大小,返回-1,(猜测是模型转换时发生错误导致bin文件不正确)请问有什么办法确定bin文件是否正确,或者有好用的模型格式转换方法吗,

下载插件: C++ TestMate ![image-20240107001242920](https://tu-chuang-1253216127.cos.ap-beijing.myqcloud.com/image-20240107001242920.png) 然后可以在测试面板:执行测试或者进行测试debug ![image-20240107001415407](https://tu-chuang-1253216127.cos.ap-beijing.myqcloud.com/image-20240107001415407.png)

为Kuiperinfer提供Python API。