티스토리 뷰

AI/Deep Learning

[Caffe] Log 생성

Arc Lab. 2018. 10. 25. 14:00

[업데이트 208.11.02 17:49]


Caffe에서 로그를 확인하기 위한 방법입니다. Caffe C++ 코드내에 GLog의 경우는 별도로 생성되는 GLog를 통해 확인 할 수 있습니다. (GLog post)


./build/tools/caffe train --solver=/path/to/my_solver.prototxt 2>&1 | tee your_name.log


<Python>

subprocess.call(".build/tools/caffe train You/solver/path 2>&1 | tee You/log/path", shell=True)


* 참고 : https://groups.google.com/forum/#!topic/caffe-users/0x8h97Si-Lk

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함