sophgo / tpu-mlir

Machine learning compiler based on MLIR for Sophgo TPU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

./run_model.sh: line 34: /chip.cfg: No such file or directory

jo-dean opened this issue · comments

commented

跑第一次的时候是正常输出的,然后退出了容器,重新进行
运行./run_model.sh yolov5s
就出现了问题
image

需要先编译,source ./envsetup.sh, ./build.sh, 然后跑模型

commented

已经解决了,每次进入容器需要重新编译

已经解决了,每次进入容器需要重新编译

不需要重新编译,但是要source ./envsetup.sh

commented

ok