TensorLayer
TensorLayer copied to clipboard
add dataflow module
Checklist
- [x] I've tested that my changes are compatible with the latest version of Tensorflow.
- [x] I've read the Contribution Guidelines
- [ ] I've updated the documentation if necessary.
Motivation and Context
Create tensorlayer.dataflow modeule for data loading, augmentation, preprocessing, multiprocessing, shuffle and batch.
Description
TODOs:
- [ ] documentation
- [ ] readme
- [ ] lazy import
- [ ] example: train ResNet-50 on ILSVRC
- [ ] better design for TransformedDataset
- [ ] better design for AugmentedDataset