## Description
With MXNet 1.3.0, RNN layers can be hybridized. I would like to use those 
hybridized RNN models from C-api (c_predict_api.h) but couldn't find an example.

## More details
I was looking at [an issue (How to use LSTM or GRU in C++ using 
c_predict_api.h?)](https://github.com/apache/incubator-mxnet/issues/8487) and 
in the answer:

>@xiaogehh currently the Gluon LSTM and GRU RNN layers cannot be hybridized but 
>the work towards should be soon completed. You can track the effort here: 
>#10873

I believe it's released as a part of MXNet 1.3.0, and now I would like to know 
how to use them from C++.
If we can have something like [the one for 
CNN](https://github.com/apache/incubator-mxnet/blob/d8984e836e1f04142912e366ca73e51a6b1c6353/example/image-classification/predict-cpp/image-classification-predict.cc)
 it would be very helpful.

[ Full content available at: 
https://github.com/apache/incubator-mxnet/issues/12734 ]
This message was relayed via gitbox.apache.org for devnull@infra.apache.org

Reply via email to