leleamol commented on a change in pull request #13680: [MXNET-1121] Example to demonstrate the inference workflow using RNN URL: https://github.com/apache/incubator-mxnet/pull/13680#discussion_r246519459
########## File path: cpp-package/example/inference/README.md ########## @@ -39,3 +39,35 @@ Alternatively, The script [unit_test_inception_inference.sh](<https://github.com ``` ./unit_test_inception_inference.sh ``` + +### [simple_rnn.cpp](<https://github.com/apache/incubator-mxnet/blob/master/cpp-package/example/inference/simple_rnn.cpp>) +This example demonstrates sequence prediction workflow with pre-trained RNN model using MXNet C++ API. The purpose of this example is to demonstrate how pre-trained RNN model can be loaded and used to generate an output sequence using C++ API. Review comment: Fixed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
