prev_filters =3#卷积的时候需要知道卷积核的depth.卷积核的size在配置文件里定义了.depeth就是上一层的output的depth.output_filters = []#用以保存每一个layer的输出的feature map#index代表了当前layer位于网络的第几层forindex, xinenumerate(blocks[1:]):#生成每一个layermodule_list.append(module) prev_f...
五、生成MLU220离线模型 1、先用同样的core_number、batch_size参数生成MLU270的离线模型,并在MLU270上验证结果正确性 cd /home/share/ python /opt/cambricon/pytorch/src/catch/examples/offline/genoff/genoff.py \ -model yolov3 -mname yolov3_mlu220_batchsize1_corenumber4 \ -mcore MLU220 -core_nu...