I want to redirect Caffe output from the terminal to a file (say output.txt ). I use the command
caffe train -solver=expt/solver.prototxt > output.txt`
However, the > operator does not seem to work, and Caffe spits out all the output to the terminal. I am using Ubuntu 14.04.
It is impossible to understand why > does not work with Caffe. Any help is much appreciated. Thanks.
Pras
source share