shitouren1994
shitouren1994
1.Halide.h里面用到了c++17,autokernel_plugin的builid.sh中修改-std=c++17才能编译通过 2.tools.py第175行{HALIDE_HOME}/halide-build/inclue出现了这个路径,不同于autokernel_plugin部分,HALIDE_ROOT代表halide项目源码地址,HALIDE_DIR代表halide的安装位置,建议统一下,这里指定{HALIDE_HOME}/halide-build,需要在源码安装的时候指定build目录名字为halide-build,不同人的习惯可能不同。 3.tools.py第64行,{HALIDE_HOME}/bin这个bin目录源码位置没有(可能是Hailde拉取的版本不同),同时安装目录的库存放地址应该是{HALIDE_DIR}/lib 4.执行python3 tools.py --gen ../generator/batch_matmul.cpp -autotune -compute_time 出现错误: c++: error: ./temp/batch_1_0/0/*.registration.cpp: No such file or directory c++: error: ./temp/batch_1_0/0/*.a: No such file or directory c++: error: ./temp/batch_1_0/1/*.registration.cpp: No...
hello,can you tell me the meaning of martix B and martix C in gen_position? B[:, :, 0:1] = l * 0.5 * cosori + w * 0.5 * sinori B[:,...
No viable conversion from returned value of type 'mlir::ONNXNoneOp' to function return type 'mlir::Value'
nice project, can you complete Interactive Debugging: Detailed description of each command and usage in wiki
onnx转tengine发生段错误,web版本输出RuntimeError: memory access out of bounds 模型: onnx modelzoo里面的ultraface https://github.com/onnx/models/tree/master/vision/body_analysis/ultraface
请问开始适配了android P吗
encoder
local_x = min(int(round((gt[2] + gt[0]) / 2)),w-1) local_y = min(int(round((gt[3] + gt[1]) / 2)),h-1) is this localtion error? gt = [2.1,3,3.3,1,4] ceil=(7,7) get local_x = 3 but the real local_x...
请问谁有resnet18 backbone的预训练模型吗