Alex Wiltschko
Alex Wiltschko
I've been searching for something similar, this is all I've found for helping with Python 2 & 3 compatibility: https://github.com/serge-sans-paille/gast
We ported autograd to Torch, and added interoperability with all `nn` modules, which we allow you to call like functions. Here's an example of a feed-forward net, using just `torch`...
This is an unfortunate gotcha of a) the luarocks version I'm using and b) luarocks in general. The luarocks that comes with torch adds special packages, like the one you're...
Heyo, I'll try to build on a GPU-enabled machine soon.
This repository isn't going to be maintained anymore, I've had to move on to another project. You're welcome to clone and take it from here, though.
@soumith how is the torch luarocks patched? I should probably support that here.
Thanks, I'll add these changes in soon. EDIT: for some geological definition of soon. On Wed, Feb 3, 2016 at 4:02 PM, Soumith Chintala [email protected] wrote: > cant remember where...
Hi Stefan, this is a case where we should provide a better error message, but the function test has no gradient, since it has no arguments. On Fri, Feb 23,...