ENet icon indicating copy to clipboard operation
ENet copied to clipboard

Does it need optimize?

Open chamcham115 opened this issue 8 years ago • 2 comments

In ENet Paper, Its speed is faster than other segmentation algorithm. But, The processing time of this code 100ms per an image. Why is it slower than paper? Which part is bottleneck? I just wonder this problem.

Thank you. your code gave the much knowledge to me.

chamcham115 avatar Jul 04 '17 23:07 chamcham115

Have a look in the tutorial on how to measure the runtime layer-by-layer.

TimoSaemann avatar Jul 05 '17 08:07 TimoSaemann

dropout is slow which takes about half of the time of the whole iteration. Just replace it with caffe dropout, if you want. @chamcham115

ewen1024 avatar Dec 27 '17 11:12 ewen1024