soumith / imagenet-multiGPU.torch

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

Remove fbcunn*, use DataParallelTable instead #17

Closed soumith closed 8 years ago

soumith commented 8 years ago

I haven't updated this for a while, but just got around to it. I removed the dependency on using a special "getParametersByDevice" branch, and removed hacks that are no longer needed because the threads package supports shared serialization.

soumith commented 8 years ago

91 lines added, 1189 lines deleted!