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

 ##########
 File path: python/mxnet/io/io.py
 ##########
 @@ -35,8 +37,25 @@
 from ..ndarray import _ndarray_cls
 from ..ndarray import array
 from ..ndarray import concat
+from .. import recordio
 
 from .utils import _init_data, _has_instance, _getdata_by_idx
+try:
+    import Queue as queue
+except ImportError as ie:
+    import queue as queue
+try:
+    import cv2
+except ImportError:
+    cv2 = Nonem,∂
 
 Review comment:
   Typo perhaps ? 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to