soumith / imagenet-multiGPU.torch

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

Clean save and load of the DataParallelTable #27

Closed albanD closed 8 years ago

albanD commented 8 years ago

This PR has 3 goals that affects only users using multiple GPUs:

soumith commented 8 years ago

awesome PR, much needed. Will fix it properly in the nn package itself in the coming few days (by introducing a clearBuffers function)

Atcold commented 8 years ago

Sweet!