aaronmarkham commented on a change in pull request #12606: Refine the documentation of im2rec URL: https://github.com/apache/incubator-mxnet/pull/12606#discussion_r219237598
########## File path: docs/tutorials/basic/data.md ########## @@ -315,6 +315,8 @@ print(mx.recordio.unpack_img(s)) You can also convert raw images into *RecordIO* format using the ``im2rec.py`` utility script that is provided in the MXNet [src/tools](https://github.com/dmlc/mxnet/tree/master/tools) folder. An example of how to use the script for converting to *RecordIO* format is shown in the `Image IO` section below. +* Note that there is a C++ version of [im2rec](https://github.com/dmlc/mxnet/blob/master/tools/im2rec.cc), please refer to [here](https://mxnet.incubator.apache.org/faq/recordio.html) for more information. Review comment: Please don't link only "here". Provide the full description of what the link is going to. Note that there is a C++ API implementation of `im2rec`. Refer to the [RecordIO FAQ](/faq/recordio.html) for more information. ---------------------------------------------------------------- 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
