[SciPy-User] save/load scipy sparse csr_matrix in a portable data format

Dinesh B Vadhia dineshbvadhia at hotmail.com
Sat Jan 21 13:34:35 EST 2012


How do you save/load a scipy sparse csr_matrix in a portable format? The sparse matrix is created in Python 3.2.2 (Windows 64-bit) to run on Python 2.7.2 (Linux 64-bit) . I've tried numpy.save and numpy.load as well as scipy.io.mmwrite() and scipy.io.mmread() and none of the methods work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120121/c6efc084/attachment.html>


More information about the SciPy-User mailing list