torch / demos

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

Help! module 'ffi' not found: #34

Open dazhenseu opened 8 years ago

dazhenseu commented 8 years ago

I've solved it...

sowjanya143 commented 8 years ago

Can you mention how you solved the issue? @dazhenseu

dazhenseu commented 8 years ago

Actually, I forgot to run the demo in the Torch environment. Start Torch7, then ,for example,type "th train-on-cifar.lua" and the demo will be running. @sowjanya143