Hacker News new | ask | show | jobs
by nightski 4165 days ago
Too bad it is Torch. Working in the lua environment is not enjoyable at all. Every error becomes a long procedure of looking deep into the source of the framework since there is no type information or stack traces to go off whatsoever. You are constantly guessing about the shape of the data or what parameters are supposed to look like.
2 comments

there's clear and well stack-traces at the lua level. there's great debugger (in fblualib, called fb.debugger). there's an inbuilt profiler into LuaJIT. too bad you've had a bad experience.
Thanks I am always willing to give it another shot with more tools.
try http://deeplearning4j.org/

they just partnered with canonical: http://insights.ubuntu.com/?p=9373