apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.77k stars 6.79k forks source link

Hope to add a new (RNN)lstm interface for C++ #14005

Open dbsxdbsx opened 5 years ago

dbsxdbsx commented 5 years ago

At present, I see that it still too difficult to build network in C++ with MXNET. The example I got here:https://github.com/apache/incubator-mxnet/blob/master/cpp-package/example/charRNN.cpp

looks too complex.

Therefore, I hope there could be a simple interface to build RNN in C++.

mxnet-label-bot commented 5 years ago

Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended labels: Feature, C++

frankfliu commented 5 years ago

@mxnet-label-bot add [feature request, c++]