szagoruyko / cifar.torch

92.45% on CIFAR-10 in Torch
http://torch.ch/blog/2015/07/30/cifar.html
MIT License
174 stars 76 forks source link

added cudnn.benchmark=true to speedup gpu computations #22

Closed fredowski closed 7 years ago

fredowski commented 7 years ago

I tested this on a GTX1080. The steptime improved from 220 ms to 50 ms. Adding cudnn.fastest=true makes no difference.

szagoruyko commented 7 years ago

thanks!