xidulu opened a new issue #16935: [Numpy] Op for loading serialized np array URL: https://github.com/apache/incubator-mxnet/issues/16935 ## Description In many machine learning tutorials/assignments, the dataset is distributed through serialized numpy ndarray. However, DeepNumpy currently cannot directly load these data. A workaround would be: `X = np.array(onp.load(DATA_FILE))`
---------------------------------------------------------------- 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
