davidsiaw / luacppinterface

A Simple C++ Interface to Lua
MIT License
167 stars 27 forks source link

Torch written in lua #33

Open mousmita opened 8 years ago

mousmita commented 8 years ago

I need to run a Torch lua script from c++ which uses packages like torch, nn, dpnn, image and socket. Will this interface be equally helpful for such lua script?

davidsiaw commented 8 years ago

I have never done that before, so you may have to import the way you have always done it