This is documentation for an old release of NumPy (version 1.6.0). Read this page in the documentation of the latest stable release (version > 1.17).
Wrapper around cPickle.load which accepts either a file-like object or a filename.
Parameters : | F : str or file
|
---|
See also
Notes
This is different from numpy.load, which does not use cPickle but loads the NumPy binary .npy format.