zhreshold commented on a change in pull request #14503: API to create RecordIO
files
URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269820482
##########
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:
convention for mxnet docs:
Parameters
-----------
arg_name : type
Explanations
arg_name1: type1
Explanations1
----------------------------------------------------------------
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