neuromorphs/NIRTorch
PyTorch helper module to translate to and from NIR
This tool helps neuromorphic computing developers translate neural network models between the standard Neuromorphic Intermediate Representation (NIR) format and PyTorch. It takes a model in one format and converts it into the other, enabling compatibility between different neuromorphic hardware and software frameworks. Neuromorphic engineers and researchers building brain-inspired AI models would use this.
Use this if you are a library or hardware developer working with neuromorphic systems and need to convert neural network models between the NIR format and PyTorch.
Not ideal if you are an end-user simply training or deploying standard PyTorch models and do not interact with neuromorphic hardware or the NIR format.
Stars
18
Forks
8
Language
Python
License
BSD-3-Clause
Category
Last pushed
Mar 06, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/neuromorphs/NIRTorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
fangwei123456/spikingjelly
SpikingJelly is an open-source deep learning framework for Spiking Neural Network (SNN) based on PyTorch.
neuromorphs/NIR
Neuromorphic Intermediate Representation reference implementation
BindsNET/bindsnet
Simulation of spiking neural networks (SNNs) using PyTorch.
norse/norse
Deep learning with spiking neural networks (SNNs) in PyTorch.
jeshraghian/snntorch
Deep and online learning with spiking neural networks in Python