Dzmitry Bahdanau

Results 206 comments of Dzmitry Bahdanau

This seems to be the only possible solution, although it looks sort of ugly. In fact a data stream is something like a file, so maybe we should emulate the...

After sleeping over it, it sounds not so good anymore. The main loop relies on the fact the `get_epoch_iterator` does reset the data stream. More specifically, that it switches the...

That's the thing, it doesn't. It only works if you resume from the beginning of the epoch, which is kind of the most frequent case.

One option would be to add another application method that would for each input `input` and context `context` expect two inputs `input_forward` and `input_backward` and two contexts `context_backward` and `context_forward`...

I agree with Dima S. This is by design, there are locations in the code from which a callback may be called, and there are conditions which should be met...

Yes, I will improve Blocks versioning in the same way as I did it in Fuel. On 12 November 2015 at 15:50, David Warde-Farley [email protected] wrote: > Is this still...

To make sure we think about the same initialization scheme, could you please give a link to the paper?

Okay, I see. I think it would be nice to have it in Blocks.

Which utility code do you have in mind? I think that supporting only the file handle is more standard. `json` module, e.g., has the same interface. This also makes the...

I got a real strong feeling in the course of the last year that every single decorator used in the source code has a very strong price in terms of...