models icon indicating copy to clipboard operation
models copied to clipboard

This repository will host models, modules, algorithms and applications developed by the INRC Community to run on the Intel Loihi Platform.

Results 5 models issues
Sort by recently updated
recently updated
newest added

Hi Andreas, please find here the SpyTorch2Loihi code that I developed with the help of Sumit. Some people want to use in Telluride, so I thought I would add it...

Hi, I am trying to tune an ANN->SNN with a KB device. The example `snn_toolbox/examples/mnist_keras_loihi.py` tried to run a SLURM session, even though I removed lines 26 `os.environ['SLURM'] = '1'`...

Hi, Inside the class SigmaDeltaNeuronsInstErrExec, the use of "self.process.act_fn(y) - self.process.act_fn(vars.y_ref)" to compute delta_a causes errors when the activation function is LeakyReLU. This happens because, delta_a is used to update...

Hi, I'm trying to use the NxConv1D. However, I encountered these problems: 1. in dnn_layers.py, class NxConv1D, the call function's line 1410 doesn't have the attribute '_recreate_conv_op'; 2. if I...

Hello, Thanks for sharing the DNN implementation on the Loihi chip! When I was trying to reproduce the b_image_classification_cifar.ipynb, I encountered this error: `AttributeError: 'SNN' object has no attribute '_is_aedat_input'....