vdumoulin

Results 5 issues of vdumoulin

This is something that could be part of the handshake between the server and the client.

enhancement

Here's a minimal example reproducing the bug: ``` python import numpy from fuel.datasets import IndexableDataset from fuel.streams import DataStream from fuel.schemes import SequentialScheme from fuel.transformers import Mapping def run(bug=True): constructor...

bug