Blog categories

Comments

[Caffe] Caffe 학습하기

[Caffe] Caffe 학습하기

Training Net

./build/tools/caffe train --solver=(PATH)/(NET_NAME)_solver.prototxt

시간 분석 시

./build/tools/caffe time --model=(PATH)/(NET_NAME)_train_val.prototxt

Resume Training

./build/tools/caffe train --solver=(PATH)/(NET_NAME)_solver.prototxt --snapshot=(PATH)/(NET_NAME)_iter_(ITER_NUM).solverstate

Use Pre-Trained Weight

./build/tools/caffe train --solver=(PATH)/(NET_NAME)_solver.prototxt --weights=(PATH)/(NET_NAME)_iter_(ITER_NUM).caffemodel

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

div#stuning-header .dfd-stuning-header-bg-container {background-color: #3f3f3f;background-size: cover;background-position: top center;background-attachment: initial;background-repeat: no-repeat;}#stuning-header div.page-title-inner {min-height: 350px;}