Sander Dieleman
Sander Dieleman
I'm with @ebenolson here, which is why I think in the long term, having separate libraries is the way to go. The design principles underlying Lasagne, and even most of...
Absolutely. I think most of the Lasagne core team is still using Theano almost exclusively, so it might take a while before such an undertaking even becomes feasible.
Sounds good in theory, but that project looks quite limited and has no tests... also we would probably miss out on some features that TF offers over Theano. I think...
This just got open-sourced: https://github.com/tensorflow/models/blob/master/inception/slim/README.md Some of the design principles are quite similar to those of Lasagne, although there are a few things that are not as flexible as they...
interesting, thanks for the heads up!
cool :)
I always figured this was a bit too application-specific to go into Lasagne :) But I'm not opposed to it of course. Perhaps it's more suited for Recipes? It might...
This looks pretty beefy, I guess it would be good to get some input from @skaae and @craffel as well :)
This looks excellent so far :) > The dictionary just maps a layer l_inp to be iterated over to a cell input. One concern I have about this is that...
Thanks for this! I had a lot of ideas about what this should look like, but unfortunately I never managed to write any actual code for it :) This looks...