Nicholas Léonard
Nicholas Léonard
You need to add an open-source LICENSE. I recommend BSD or MIT. Add your and your organization’s name to the copyright notice in the [LICENSE.txt](https://github.com/Element-Research/rnn/blob/master/LICENSE.txt). I cannot do this for...
It would be nice to have some doc about the inner workings of this package. Doesn't need to be extensive. An explanation about how the grad function works, and the...
https://github.com/wojzaremba/lstm/blob/master/main.lua#L212 Shouldn't this be 1 to len?
Hi, The subject Module has a bug. The use case is this. I feed it a 3x480x640 input image to `mlp = nn.SpatialReSamplingEx{oheight=128,owidth=128}`. So I want a square output. When...
Please consider offering a Docker instance for the book examples with pre-installed Torch.
The code below caused a core dump : ``` The code below caused a core dump : root@3f440e07-6944-4ec4-dd75-96d990d739c4:~/mnist# cat loadit.lua require 'paths' datapath = paths.cwd() print(datapath) testlabel = "train-labels-idx1-ubyte" labelpath...
https://groups.google.com/forum/#!msg/torch7/5LyXbLDO76k/0VFzEPWN8OoJ