-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added sparsity aware netx code * Fixed misnamed variable * sparsity_map should default as False rather than 0 * Was not passing sparse_synapse into create_dense. Fixed problem * Have to sparsify the delay before converting weight to csr_matrix * If sparse_synapse not in kwargs default it to False * sparsity_map Network argument to sparse_fc_layer. Added simple unit tests to test if sparse_fc_layer creates Sparse types in lava * Slight modification of docs for hdf5.Network * Made fix to sparse hdf5.Network tests. Added netx test for sparse axonal delay --------- Co-authored-by: Michael Jurado <[email protected]> Co-authored-by: bamsumit <[email protected]>
- Loading branch information
1 parent
3754e24
commit c5fcf7b
Showing
4 changed files
with
101 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters