morandave

Results 3 issues of morandave

I tried to run python ’bts_test.py arguments_test_nyu.txt‘, but returned 'No module named 'bts_nyu_v2_pytorch_att''

在学习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文件是否正确,或者有好用的模型格式转换方法吗,