본문 바로가기
인공능지 & 머선러닝/Caffe

Caffe control

by 능지처참 2020. 10. 10.

1. Control

thebeautifulfuture.tistory.com/entry/caffe-consol-train-graph

 

caffe console command train graph

Command Line : http://caffe.berkeleyvision.org/tutorial/interfaces.html ** 카페 학습 시작 caffe train --solver=./solver.prototxt ** GPU 설정 caffe train --solver=./solver.prototxt --gpu 0 ** 학습을..

thebeautifulfuture.tistory.com

 

2. Plot

shareithw.blogspot.com/2017/12/caffe-plottraininglogpy-caffe.html

 

Caffe의 plot_training_log.py 수행하기 (Caffe 수행 후 로그로 그래프 그리기)

Caffe-bvlc, caffe-nv 등 오픈소스를 보면 tools/extra/ 경로에 로그 그래프를 그릴 수 있는 스크립트를 기본으로 제공합니다. PowerAI에 포함된 caffe, caffe-nv, caffe-ibm에는 해당 스크립트는 없지만, ...

shareithw.blogspot.com

3. Log

stackoverflow.com/questions/31978186/monitor-training-validation-process-in-caffe

 

Monitor training/validation process in Caffe

I'm training Caffe Reference Model for classifying images. My work requires me to monitor the training process by drawing graph of accuracy of the model after every 1000 iterations on entire traini...

stackoverflow.com

4. Solver

m.blog.naver.com/PostView.nhn?blogId=8x8x8x8x8x8&logNo=220989829762&proxyReferer=https:%2F%2Fwww.google.com%2F

 

Caffe MNIST 설명

train_lenet.sh#!/usr/bin/env sh set -e./build/tools/caffe train --solver=examples/mnist/lenet_solver...

blog.naver.com

 

'인공능지 & 머선러닝 > Caffe' 카테고리의 다른 글

Caffe CPU version 설치 및 에러해결  (1) 2020.11.26

댓글