Dzmitry Bahdanau
Dzmitry Bahdanau
For the record, we have had a discussion with @fvisin in which he changed his proposal, though still did not convince me.
It does not seem to work with Python 2: ``` Processing /home/travis/build/mila-udem/fuel Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File...
In fact, the custom serialization method used in this demo should be dropped. Since about two months Blocks has a new implementation of serialization, that should meet all the requirements...
In a discussion with @janchorowski the following design was born: - `Initializable` mixin adds a dictionary which maps parameter roles (WEIGHTS, BIASES, INITIAL_STATES, etc.) to initialization schemes. This will be...
+100!!! We should move all the code from **init** files and only have user-oriented imports there. On 26 October 2015 at 17:11, David Warde-Farley [email protected] wrote: > There are added...
Also, it is not nice that installing the latest Bokeh pulls all latest dependencies.
Okay, apparently I will not fix this before Tuesday.
Thanks for the PR! Unfortunately, the status of the machine translation example in this repository is somewhat unclear: we wanted to move it to a separate repo, but no one...
You can track the progress [here](https://github.com/mila-udem/blocks-extras/pull/43).
Hmm... you probably know better, but if we create new processes, maybe `theano` can be imported a new in every of these? It could be the killing feature of Blocks....