2018 06 28 - sneaxiy/Paddle GitHub Wiki
Zeng Jinle
Focus on Python data feeding
- [Merged] Design doc: https://github.com/PaddlePaddle/Paddle/pull/11592
- [Merged] C++ code: https://github.com/PaddlePaddle/Paddle/pull/11695
- [Open] Python code and unittest: https://github.com/PaddlePaddle/Paddle/pull/11711
- [Open] Add support in benchmark models: https://github.com/PaddlePaddle/Paddle/pull/11759
- Profiling: the speed when using Python data feeding (no preprocessing in Python side) is almost the same as the speed when using recordio files.
- [WIP] Next work: add unittests using ParallelExecutor and fix some bugs