torch / demos

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

train-on-cifar.lua -visualize broken #40

Closed miltonmanfried closed 8 years ago

miltonmanfried commented 8 years ago

Looks like the layer numbers changed without the display() being updated: model:get(2/4).weight == nil, causing image.display() on line 239 to throw.

soumith commented 8 years ago

fixed in master.