[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14503: API to create RecordIO files

2019-04-08 Thread GitBox
piyushghai commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r273237078 ## File path: tests/python/unittest/test_io.py ## @@ -556,6 +556,70 @@ def assert_dataiter_items_not_equals

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14503: API to create RecordIO files

2019-03-22 Thread GitBox
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 ..ndarr