一 、制作数据集等
二、删掉 data层中的mean_file,source, backend
三、将 include { phase: TRAIN} 换成 include {stage: “train”}
将include {phase: TEST} 换成 include {stage: "val"}
loss层加 exclude { stage: "deploy" }
四、在最后添加softmax层,并在此层内加include { stage: "deploy" }
一 、制作数据集等
二、删掉 data层中的mean_file,source, backend
三、将 include { phase: TRAIN} 换成 include {stage: “train”}
将include {phase: TEST} 换成 include {stage: "val"}
loss层加 exclude { stage: "deploy" }
四、在最后添加softmax层,并在此层内加include { stage: "deploy" }