fuel icon indicating copy to clipboard operation
fuel copied to clipboard

A data pipeline framework for machine learning

Results 92 fuel issues
Sort by recently updated
recently updated
newest added

Dropbox link to CelebA is quite unstable. It would be awesome if Fuel support downloading from their Google Drive link: http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html

See discussion at https://github.com/bartvm/blocks/pull/336#issuecomment-75925893

CCW

I see this in `SequentialScheme` docstring: ``` | Notes | ----- | The batch size isn't enforced, so the last batch could be smaller. ``` In libraries such as Tensorflow,...

enhancement

When I tried to use "python setup.py install" after I've downloaded the source codes from Github, but I then met the error as follows: copying tests\transformers\test_transformers.py -> build\lib.win-amd64-3.6\tests\transformers copying tests\transformers\__init__.py...

minor
installation

Where can I download HDF5 version of ImageNet (ilsvrc 2012) and CIFAR-10 datasets? Can you just provide a download link? It will be very helpful for me! Thanks!

It gives `document.rst.html` instead of `document.html`.

docs

This page: http://fuel.readthedocs.io/en/latest/server.html

docs

This pull request is meant to initiate discussion and is by no means finished. I needed to get the dimensions of my data before reading any data from my HDF5...

Python 3.6.0 :: Anaconda 4.3.1 (32-bit) Fuel 0.2.0 fuel_test.py is simple script doing basic operations on MNIST dataset. Running code ends with error, sometimes with error and crash. Dataset was...