nihui
nihui
``` CMake Error at src/CMakeLists.txt:602 (add_executable): Cannot find source file: pass_level2/torch_median.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm .hpp .hxx .in...
模型缺少权重,无法复现 尝试更新ncnn版本,以及使用 pnnx 工具转换模型而不是 onnx2ncnn
remainder 应该实现在 binaryop 里的...
ci 很多编译失败,需要修复
> > ci 很多编译失败,需要修复 > > 目前在x86上根据Torch提供的计算公式进行实现,但貌似结果没法对齐(test_binaryop挂):`torch.remainder(a, b) == a - a.div(b, rounding_mode="floor") * b`,[链接](https://pytorch.org/docs/stable/generated/torch.remainder.html),🤔 ``` float div_result = x / y; float round_result = roundf(div_result); float res = x...
> > > > ci 很多编译失败,需要修复 > > > > > > > > > 目前在x86上根据Torch提供的计算公式进行实现,但貌似结果没法对齐(test_binaryop挂):`torch.remainder(a, b) == a - a.div(b, rounding_mode="floor") * b`,[链接](https://pytorch.org/docs/stable/generated/torch.remainder.html),🤔 > > > > > >...
ci 很多测试失败了 qaq
``` { ncnn::Mat ncnn_data; ncnn_data.create(1858688, (size_t) 1u); memcpy(ncnn_data, p_data + 4 + 13602, 1858688); int ret = nanodet.load_model((const unsigned char*) ncnn_data); // ret == 1858688 } ``` 这里 load model...
https://github.com/Tencent/ncnn/pull/5435
implemented in https://github.com/Tencent/ncnn/commit/08b7d99a75ad70fdc5c1d9e5debc675fce5e83a9