leezu opened a new pull request #19417: URL: https://github.com/apache/incubator-mxnet/pull/19417
## Description ## Adopt NumPy and SciPy serialization formats. See https://docs.scipy.org/doc/numpy-1.10.4/neps/npy-format.html for details. Fixes https://github.com/apache/incubator-mxnet/issues/18667 Loading legacy parameter formats is still supported. Saving legacy parameter formats is no longer exposed to users. WIP: - Load & save sparse array like https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.save_npz.html Features that won't be supported by this PR and may be implemented later - Save / load npz format from cloud storage (S3, Azure, ...) ---------------------------------------------------------------- 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]
