NIR icon indicating copy to clipboard operation
NIR copied to clipboard

Neuromorphic Intermediate Representation reference implementation

Results 35 NIR issues
Sort by recently updated
recently updated
newest added

Added neuroir.org website and GH workflow for the docs

ipynb file has been added. It follows the same syntax as the Norse tutorial, though an error is thrown at the following line: ``` # Save to file nir.write("nir_model.nir", nir_model)...

I added a example to the docs for conversion between Rockpool and NIR. However, NIR support in Rockpool has not been publicly released, yet, so there's probably no point yet...

This line assumes that the product of the operation/indexing is going to be a tensor/array https://github.com/neuromorphs/NIR/blob/df2f1fc863557af1c318dfe20f9c3f2b6e5e54db/nir/ir/utils.py#L65 However, I don't know how, I end up with lists here and the elements...

When trying to generate NIR graph in the `paper/02_cnn/mint_sinabs_to_nir.py`, the script fails on trying to save the graph. The change that needed to be accommodated from sinabs end was to...

This issue tracks example code for each of the frameworks - [x] SpiNNaker2 - [ ] snnTorch - [x] Norse - [x] Sinabs - [ ] Rockpool - [ ]...

help wanted

As pointed out by Terry, there is no need to support string padding values such as "same" or "valid" as "valid" is equivalent to padding=0, and "same" cannot always be...

This issue tracks the unification of the version number and the automation of NIR releases. From @sheiksadique > I am not certain how you typically deal with release management, so...

after-paper

The Flatten layer should not have a separate input_type field. It is not necessary. The input shape can be determined from the previous nodes. And every layer anyways has a...

after-paper