Clement Farabet
Clement Farabet
You can't close it directly after, you need to wait for the `onexit` event, and then close it, which is how I'm doing it right now. I also close the...
So inserting `uv.read_stop()` [there](https://github.com/clementfarabet/async/blob/master/async/handle.lua#L33) solves the problem right?
Cant' wait for this! On Mon Dec 22 2014 at 3:42:29 PM Julian Schrittwieser < [email protected]> wrote: > That sounds awesome, thanks! > In that case I'll just wait till...
+1 On Mon, Nov 17, 2014 at 12:02 PM, Soumith Chintala wrote: > > within the mid term (1-1.5 months) I'll be releasing a much more stable, > less-hacky and...
It seems that it's not recognizing the [[ in the install script. I was using sh in the rock install directive, which probably defaults to bash in 99% envs, but...
OK makes sense On Mon, May 19, 2014 at 12:05 PM, Soumith Chintala wrote: > > The doc says: > > You can still use fs.watchFile, which uses stat polling,...
Hey Eugenio, The random connection on the first layer is not the best thing to do, instead, you might want to define a table of connections by hand. But I...
Yep we could do something temporal. We have the basic ingredients to build recursive neural nets and the likes, but I don't have much experience with it. It could be...
> Yeah hyperparameters are interesting to me, but no fun to explore in a > hands-on session because there are a lot of tools involved and the > interesting experiments...
Cool idea, thanks. Just one bug before I merge: the self.path should not be checked/changed before the existence of self.tensor is tested. If a tensor is provided, then no path...