标签:span div bsp dev echo resume res run caffe
MODEL=${EXP}/model/${NET_ID}/pspnet101_VOC2012.caffemodel SNAPSHOT=${EXP}/model/${NET_ID}/train_iter_7000.solverstate CMD="${CAFFE_BIN} train --solver=${CONFIG_DIR}/solver.prototxt --gpu=${DEV_ID}"#CMD="${CMD} --weights=${MODEL}" #train from init CMD="${CMD} --snapshot=${SNAPSHOT}" #resume echo Running ${CMD} && ${CMD}
标签:span div bsp dev echo resume res run caffe
原文地址:http://www.cnblogs.com/haiyang21/p/7533471.html