anirudhacharya commented on a change in pull request #14503: API to create 
RecordIO files
URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269833554
 
 

 ##########
 File path: python/mxnet/io/io.py
 ##########
 @@ -966,6 +988,164 @@ def creator(*args, **kwargs):
     creator.__doc__ = doc_str
     return creator
 
+
+def _read_list(list_file, batch_size):
+    """
+    Helper function that reads the .lst file, binds it in
+    a generator and returns a batched version of the generator.
+    Parameters
+    ----------
+    list_file: input list file.
 
 Review comment:
   i will update the doc strings to render properly.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to