davidstutz/caffe-tools

Slow Training

aironaldo opened this issue · 1 comments

I added the augmentation layer to ResNet. Then training speed now is slowed by twice. (Used to be 0.5s per iteration, but now 1s per iteration. Is it normal? Do you know why or do you have solutions?

Thanks.

Sorry for the really late reply. I guess the main reason is that the data augmentation is implemented in Python. The easiest solution would be an implementation in C++.