Jun Lee

Results 3 issues of Jun Lee

# Platform: 手机 : 华为 Nova 7 # Compiling Method 按照[MNN-NPU使用说明](https://www.yuque.com/mnn/cn/xfs77m)进行编译。 CPU,GPU(opencl) 运行都没问题,NPU运行出问题。 定位到 `NPUReduction.cpp` 中 onresize函数 的 `origAxis.push_back(reduce_dim[i]);` 这句话。 上下文是: ` for (int i = 0; i < inputs[1]->length(0);++i)...

Q1: the [READ.md in hardware folder](https://github.com/hsharma35/dnnweaver2/tree/master/hardware#create-a-block-design--with-ddr4-pcie-and-dnnweaver-v20) says "We will also use the DDR1 IP to create a clock for DnnWeaver. To do this, specify 150MHz as the frequency for c0_ddr4_ui_clk...

mace 中的 卷积是通过 Supernode_8x8p32to8 完成的。 但在运行过程中,发现输入数据的 channel 大于 4就会报错 “Make this code work for input depth > 4”。 接着,查找高通的源码(sdk 3.5.4),发现在 op_supernode_new.c line 5476 中。 请问这是正常的吗?