soumith / imagenet-multiGPU.torch

an imagenet example in torch.
BSD 2-Clause "Simplified" License
402 stars 158 forks source link

Remove separate model definition files for each backend and use cudnn.convert #37

Closed szagoruyko closed 8 years ago

szagoruyko commented 8 years ago

As cudnn.convert https://github.com/soumith/cudnn.torch/pull/76 was merged, separate model definition files are no longer needed. I removed ccn2 because I think it is rarely used these days.

soumith commented 8 years ago

Nice stuff!