Data Pipeline Intermediate Representation in MXNet/NNVM

2017-11-07 Thread Yao Wang
Hi, Tensorflow has a transform package https://github.com/tensorflow/transform which is capable of export a data preprocessing pipeline to a tensorflow graph, which can be incorporated into network graph. This package provides a neat way to manage data pipeline together with network graph, since

Data Pipeline Intermediate Representation in MXNet/NNVM

2017-11-07 Thread Yao Wang
Hi, Tensorflow has a transform package https://github.com/tensorflow/transform which is capable of export a data preprocessing pipeline to a tensorflow graph, which can be incorporated into network graph. This package provides a neat way to manage data pipeline together with network graph, since