soumith / imagenet-multiGPU.torch

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

assert fails on non-square images #14

Closed bobbens closed 9 years ago

bobbens commented 9 years ago

Fixed an assertion failure when images are non-square. Additionally took the opportunity to remove a few stray ';'.

soumith commented 9 years ago

thanks. these are always a bit tricky in my head.