Files
mxnet/.gitmodules
Leonard Lausen 5dc404dfb0 NumPy compatible serialization API (#19417)
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.
2020-11-19 14:44:37 -08:00

34 lines
1.1 KiB
Plaintext