Dzmitry Bahdanau

Results 206 comments of Dzmitry Bahdanau

Thanks for reporting this bug! I think that when `iterate=False` is used, it should be mandatory to provide all states as inputs. It makes quite little sense to build a...

Also, I have deleted lines 160-161, this is old code which is not necessary now since `iterate` is handled in the very beginning of `recurrent_apply`.

> Personally, I think it would be far better if the brick took care of it. I am sorry, I do not follow you. The bricks already take care of...

My point is that all it would be almost as simple to implement all these tricks by coding a new extension from scratch. It IMHO that would be more readable....

Sounds like this is due to https://groups.google.com/forum/#!searchin/blocks-users/Serialization/blocks-users/1wy205t-q4M/jk_5g-GqBgAJ On 21 April 2016 at 10:39, magic282 [email protected] wrote: > +1. > I simply replace '-' back to '/'. It can work, but...

As far as I remember, the custom serialization in the MT example does not save accumulators. Both new and old serializations in Blocks do save them, but only by pickling...

Sorry for the late reply. It is not a problem of a particular extension. It is not possible to keep accumulators of AdaDelta when you save and load your model,...

Transformation of a dataset into is going to be very difficult I think, with the list of things to be handled drafted above by @dwf. On the other hand, we...

I just ran with the latest Blocks and Theano: it works perfectly! Can you guys please doublecheck?

The datastreams in Fuel are indeed stateful, but this is so by design. Perhaps we should raise a warning when `get_epoch_iterator` overrides a non-empty `child_epoch_iterator`?