soumith / imagenet-multiGPU.torch

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

opt was expecting #30

Closed pedropgusmao closed 6 years ago

pedropgusmao commented 8 years ago

sampleSize was using opt.cropSize while main was actually setting opt.imageCrop... Sorry. =S

PS: The error is correct in my last commit