All Projects → soumith → torch.js

soumith / torch.js

Licence: MIT License
nodejs bindings for libTH (tensor library that powers torch). for fun!

Programming Languages

javascript
184084 projects - #8 most used programming language

torch.js

nodejs bindings for libTH (tensor library that powers torch). for fun!

# download and install dependencies
git clone https://github.com/soumith/torch.js.git
cd torch.js && npm install

# for OSX
export DYLD_LIBRARY_PATH=[path to libTH.dylib]

# for Linux 
export LD_LIBRARY_PATH=[path to libTH.so]

# run the test to see the magic happen
node test.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].