Just curious if you compared Keras with caffe or torch in terms of performance?
When it comes to convolution, it will actually use cuDNN if available, and performance will be slightly better than Torch and Caffe: https://github.com/soumith/convnet-benchmarks#layer-wise-ben...
Just curious if you compared Keras with caffe or torch in terms of performance?