torch / demos

Demos and tutorials around Torch7.
355 stars 301 forks source link

ASGD optimization call uses uninitialized variable nbTrainingPatches #68

Open rabinandan opened 6 years ago

rabinandan commented 6 years ago

Here in train-on-cifar.lua file nbTrainingPatches is not initialized, it may be equal to trsize in this case. it produces error while executing code as lua train-on-cifar.lua -optimization ASGD