BVLC / caffe

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

How to measure each layer time cost while train #6937

Open 875325155 opened 4 years ago

875325155 commented 4 years ago

I know that caffe has a tool --> time that can measure the time consumed by each layer of the neural network, But I want to know when I actually run caffe -train the time consumed by each layer. As I know ,the time use "fake" data to run the model. Can anyone help me?Thanks