Eben Olson
Eben Olson
In response to this: https://groups.google.com/forum/#!topic/lasagne-users/2sAK7yNNrRs Perhaps it would be good to define `__getstate__` on the `Layer` base class to either raise `UnpickleableError` or print a warning pointing people towards `get_all_param_values`.
Work in progress on an image caption generation example, based on https://github.com/karpathy/neuraltalk I'm new to RNN, so please let me know if I'm doing anything especially silly. In particular I'm...
As discussed in #16, it might be nice to make this repo (or a subset) into a package, so that things like pretrained models can be imported into users code....
@benanne @dnouri @craffel @f0k @skaae (and anyone else of course) With first release imminent it would be nice to have a bit more here... I know a couple of you...
In the paper you mention using a Theano implementation of DSN for experiments on MNIST. Is this code available?
The whitespace plugin seems to hang on large .ipynb files, it would be nice to have a .jigignore to skip processing of certain files.
Will your Aliexpress store be back soon?
Similar to #203 - when the input stream halts within a DRAM word, some input words will be retained by `pre_converter` and not output. This may happen even when writing...