BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.09k stars 18.7k forks source link

How to supervise fine-tuning #3386

Closed affromero closed 7 years ago

affromero commented 8 years ago

Hi, Exist any way to check the properties of my net at the time I am fine-tuning it? I used to play with matconvnet for Matlab and there, I could see something like this when I were finetuning. tt Can I get something like this using caffe? Thanks!

affromero commented 8 years ago

Any idea? Do I need to change solver.cpp to achieve this? If so, why it has not been implemented on caffe yet? Would be nice. I am speaking from my complete ignorance.

williford commented 7 years ago

Questions like these should be asked on the Caffe user mailing list or on another website, such as http://stackoverflow.com/.

You can just parse the training and testing logs like you would do after training.