Martin Kolar

Results 6 comments of Martin Kolar

Good idea. Implement and share

When I fix incompatibilities between the old and new CMakeList.txt inside 'nn', to get it to produce 'TH.h', I get incompatibilities between the new 'nn' and the old torch. Do...

alright, that sounds like the way to go. So how should I rebuild the compile scripts to do that here? It really isn't clear how they were created in the...

Alright, I'm going to try. You make it sound easy, but it looks pretty involved. What about the environment differences? torch-ios uses lua (https://github.com/clementfarabet/torch-ios/tree/ios/exe), and torch doesn't (https://github.com/torch/distro/tree/master/exe). I see...

I spent a fair bit of time on it, and we couldn't get it running even with a guy who's an expert in CMAKE and iOS. In the end, we...

Inside each directory, compile with `g++ -std=c++11 *.cpp -o output -lgsl -lgslcblas -lm`