torch / demos

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

profiling/linear-cpu.lua uses cunn #54

Closed lebedov closed 7 years ago

lebedov commented 7 years ago

If profiling/linear-cpu.lua is supposed to profile CPU performance, shouldn't it use nn rather than cunn?

lebedov commented 7 years ago

Evidently addressed by https://github.com/torch/demos/pull/51.

lebedov commented 7 years ago

Fixed in #51.