Y
Hacker News
new
|
ask
|
show
|
jobs
by
tsomctl
3440 days ago
Not only that, but it appears to use the same core c libray (TH) as Lua torch.
1 comments
smhx
3440 days ago
we actually share the same git-subtree between Lua and Python variants. TH, THNN, THC, THCUNN are shared.
link
divbit
3440 days ago
I have been running in the back of my mind the idea of attempting a julialang interface to torch for a few weeks now, using the ccall interface:
http://docs.julialang.org/en/release-0.5/manual/calling-c-an...
. Do you have any thoughts / recommendations w'r't' that? (This would be more of a fun / weekend(s) project for me than anything else) My goal would be to have the tensors override the .* and * operators as used here:
https://gist.github.com/divbit/ec57ad2f1989bf13aecdf9e1e1056...
link