Created by: Meiyim
A new high level API for paddle, featuring:
- Train and eval with model_management
- auto WarmStart
- Hyper param & run_config management
- Customize-able dataset pipeline (build on fluid.layers.py_reader, not efficient but can cover most of the use case)
- High level dataset builder
FeatureColumn
. (build input pipeline with a few lines of code) - Fancy summary visualization(with tensorboard)