Skip to content

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

License

Notifications You must be signed in to change notification settings

soumith/torch.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages