【caffe使用记录】caffe的train和test网络model

无初始化训练,即从0开始训练:

#!/user/bin/env bash
set -e
cafferoot/bulid/tools/caffe train --solver=path/to/solver.prototxt


用现有的模型初始化训练:

#!/user/bin/env bash
set -e
cafferoot/bulid/tools/caffe train --solver=path/to/solver.prototxt --weight=path/to/model.caffemodel


 我们在使用caffe训练过程中会生成.caffemodel和.solverstate文件,一个是模型文件,一个是中间状态文件(生成多少个取决于你自己设定的snapshot)。当训练过程中断,你想继续运行数据学习,此时只需要调用.solverstate文件即可。

#!/user/bin/env bsah
set -e
cafferoot/build/tools/caffe train   --solver=path/to/solver.prototxt --snapshot=path/to/test_100000.solverstate  


模型训练后忘记模型的精度:

cafferoot/build/tools/caffe test 
-model=path/to/train_test.prototxt 
-weights=path/to/lenet_iter_10000.caffemodel 
-gpu=0 





评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值