Felix Lau
Felix Lau
To prevent starving the GPU when using heavy real-time augmentation, `BufferedBatchIteratorMixin` is available to use another process to build up a queue of augmented training samples. Most of the time,...
https://github.com/felixlaumon/nolearn_utils/blob/master/nolearn_utils/iterators.py is getting too long. Separate into different files and tests for individual iterators.
Reference code to download dataset: - CIFAR10: https://github.com/fchollet/keras/blob/master/keras/datasets/cifar10.py - MNIST: https://github.com/fchollet/keras/blob/master/keras/datasets/mnist.py
Thanks for sharing the implementation with us. Would you mind clarifying what license is this code released under? Thank you