码迷,mamicode.com
首页 > 其他好文 > 详细

caffe训练resume

时间:2017-09-17 00:28:29      阅读:185      评论:0      收藏:0      [点我收藏+]

标签: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}

 

caffe训练resume

标签:span   div   bsp   dev   echo   resume   res   run   caffe   

原文地址:http://www.cnblogs.com/haiyang21/p/7533471.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!