Pascal Lamblin

Results 14 issues of Pascal Lamblin

(I put the label "Data Organization" as "Performance Evaluation" is not there, not sure if it is on purpose).

File & Code Organization

We realized that in the [introduction notebook](https://github.com/google-research/meta-dataset/blob/master/Intro_to_Metadataset.ipynb), the usage examples given for the `make_multisource_episode_pipeline` did not set the `shuffle_buffer_size` parameter, which defaults to not shuffling examples within each class. Two...

bug

One of the goals for factoring Fuel out of Blocks was to be able to re-use it as a new dataset back-end in Pylearn2. Here is a proposal and a...

enhancement

It seems to happen reliably on one machine with Ubuntu 32-bit, where hdf5 is installed by Anaconda. I tried all the available versions of hdf5/pytables/h5py available on Anaconda, all exhibit...

bug
CCW

Scripts like `fuel-download` used to be outside of the `fuel` package, and not tested for coverage. Now, we need them to be importable, so #211 moved them to `fuel.bin`, and...

It would be nice to have a way of using smartdispatch as a front end for slurm clusters.

CCW

Currently, `platoon_launcher` expects two scripts, `_controller.py` and `_worker.py` to exist. If we want to have a few generic controllers, rather than one per experiment, it should be possible to explicitly...

enhancement