deep-landmark
deep-landmark copied to clipboard
About the modified caffe
trafficstars
You said that you have modified caffe source code so it would log every test iter, would you mind sharing your code? Thanks.
Actually, Caffe itself will log all stuffs during network training, normally you can find log files under /tmp. You can parse that log file yourself, the format is not the same as I wrote.