caffe를 사용해서 모델을 학습할 때, 중간중간에 snapshot을 찍도록 되어있다.
그런데 snapshot을 찍을 때, Process finished with exit code 139를 띄우며 죽는 경우가 있는데, 이때 snapshot으로 생긴 파일크기는 0.
참고: http://stackoverflow.com/questions/23704040/exit-code-139-when-perfroming-image-subtraction
이 문제의 원인은...
"attempt to access a virtual address which is not in your address space" 이라고 한다.
즉, out of memory.
해결책은...
메모리 사용량을 줄이는 수 밖에 없다.