Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:wmat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
manual:wmat [2014/10/15 14:41] zenkemanual:wmat [2014/10/15 14:43] – [Saving Matrix Market files in Python] zenke
Line 50: Line 50:
 mmwrite('save.wmat',sw) mmwrite('save.wmat',sw)
 </code> </code>
-Note that the additional conversion step to a csr_matrix is necessary to ensure the correct ordering of entries in the text file. If this step is omitted, Auryn might not be able to parse the sparse matrix and will throw a runtime exception.+ 
 +The additional conversion step to a csr_matrix is necessary to ensure the correct ordering of entries in the text file. If this step is omitted, Auryn might not be able to parse the sparse matrix and will throw a runtime exception
 + 
 +**Note** that in many cases SciPy will append the file extension ''mtx'' to the output file which will require you to rename it to wmat afterwards
manual/wmat.txt · Last modified: 2014/12/02 10:03 by zenke