mxnet.npx.save¶
-
save(file, arr)¶ Save an array to a binary file in NumPy
.npyformat.- Parameters
file (str) – File or filename to which the data is saved. If file is a file-object, then the filename is unchanged.
arr (ndarray) – Array data to be saved. Sparse formats are not supported. Please use savez function to save sparse arrays.
See also
savez()Save several arrays into a
.npzarchive
Notes
For a description of the
.npyformat, seenumpy.lib.format.
Did this page help you?
Yes
No
Thanks for your feedback!
