N2D2 icon indicating copy to clipboard operation
N2D2 copied to clipboard

N2D2 is an open source CAD framework for Deep Neural Network simulation and full DNN-based applications building.

Results 11 N2D2 issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to do, ` n2d2 resnet-18-v1-onnx.ini -seed 1 -w /dev/null -export CPP -nbbits -32` but after compiling the network Accuracy is 0% but if I test the...

bug

After running `./n2d2 "\$N2D2_MODELS/LeNet_Spike.ini" -test`, stats_spike folder and stats_spike.log is not generated.

bug

I have run the following command to train a network for mnist. ` ./n2d2 ../../models/mnist24_16c4s2_24c5s2_150_10_Spike.ini -test` Then I tried to trancode the learned model into an SNN by running `./n2d2...

bug

Adapt the scripts in tools for Python 3.

enhancement
help wanted
good first issue

Hello, I was looking to implement this model https://arxiv.org/pdf/2002.09571.pdf but as a spike neural network. The paper details 2 neural networks, 1 neuromodulatory gating network, and 1 classifier. The output...

Hi, Is there a simple way to analyze (stats repository reports) a .ini model without running the learning phase? Now, the analysis is done during learning phase only (at the...

Hello, For our project, I want to import my own dataset to N2D2. It could be both images dataset or spike dataset from event camera like files .raw, .aedat, .dat,...

question

Hi @davidbriand-cea , @cmoineau, It appears from the documentation that Reshape is compatible when I run it: `sudo n2d2 model.ini -seed 1 -w /dev/null -export CPP -nbbits 8 -db-export 1000...

Hello everyone, I am trying to import an onnx model that has previously been converted from a tf1 .pb file. When I try to test my .ini configuration I get...

CMake Error at /usr/local/lib/python3.10/dist-packages/cmake/data/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Gnuplot (missing: GNUPLOT_EXECUTABLE) Please help to resolve this.