mirror of
https://github.com/apache/mxnet.git
synced 2026-04-03 12:27:56 +00:00
Adopt NumPy and SciPy serialization formats for npx save functions. See https://numpy.org/neps/nep-0001-npy-format.html for details. Fixes #18667 if users use the npx.save / npx.savez functions as npy format stores information about the endianness of the saved array. Loading legacy parameter formats is still supported. Saving legacy parameter formats is still supported via nd.save. Sparse arrays are saved to npz format in analogy to SciPy.
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext