Re: Request for comments - Keras-MXNet as submodule in MXNet

2018-03-23 Thread Yao Wang
-1 Creating Keras as submodule of MXNet will provide users a feeling that MXNet depends on Keras. Keras is a frontend library which can be supported by various different backend framework. It would be better to add backend framework as Keras's submodule(Keras depends on MXNet) rather than

Re: Broken Links in Documentation

2018-01-16 Thread Yao Wang
For the torch links, all torch supports have been removed in this PR: https://github.com/apache/incubator-mxnet/pull/9072/files It might because the master is not rebuilt. 2018-01-16 10:53 GMT-08:00 santhosh karuhatty : > Hello All, > > I need help for these 2 broken links.

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

Re: MXNet site questions

2017-08-29 Thread Yao Wang
I just talked with apache guy to enable github issue. For apache information on the website, currently we have apache incubator disclaimer on as home page footer. Also we’ll have source package, PGP, SHA and MD5 links to apache pages. Would you like to add anything here?

Re: MXNet site questions

2017-08-26 Thread Yao Wang
We need to ask Apache infrastructure team about GitHub issue and website permission. Currently most images on website are stored under dmlc/web-data repo and a few on data.mxnet.io. Also need to ask apache if we want to move them to somewhere apache controls. Maybe another repo similar to web-data