Breaking discussion from https://github.com/NVIDIA/DIGITS/pull/324#issuecomment-142373731 out into a separate issue. > @lukeyeager - I just wanted to make a note that a training job which takes 6sec with Caffe takes 38sec with Torch. > > @gheinrich - The difference between Torch and Caffe should be less dramatic on "bigger" models. > > You're right. Here's the results of a [very much non-rigorous] test I tried. It's one epoch on a dataset of ~40k images. > > | . | AlexNet (sec) | GoogLeNet (sec) | > | --- | --- | --- | > | Caffe (v0.13.2, with cuDNN v3 and CNMeM) | 126 | 722 | > | Torch (cuDNN v3) | 252 | 969 | > | _Slowdown_ | 2x | 1.3x |
Breaking discussion from #324 (comment) out into a separate issue.