Cyril MOINEAU

Results 12 comments of Cyril MOINEAU

Hi @rattokiller, It looks like this error comes from the fact that you do not the fuse the bias into the fully connected at the end of your network. To...

Hi @rattokiller, The [latest commit](https://github.com/CEA-LIST/N2D2/commit/db199fd525577557a148d8a5bc14598d92e87a18) should fix the error you have encoutered. I have made some changes in [your ini file](https://github.com/CEA-LIST/N2D2/files/9548039/model.txt) in order to generate a Cpp export : The...

The drop in accuracy seems to come from the loading of the database. I have downloaded CIFAR10 using this repo : https://github.com/YoongiKim/CIFAR-10-images instead of this one : http://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz. I think...

Sorry for the late answer! Yes I used an other ONNX that I trained with your script, I forgot to mention it. I have seen that you have reported the...

Update, a new error message is shown when running `./n2d2 "\$N2D2_MODELS/LeNet_Spike.ini" -test` : ``` Error: PoolCell_Spike: extended padding is currently not supported. ```

Hello @juliowissing-iis, Can you please share your ONNX file to help us investigate on the issue ?

Hi @rattokiller, I think the Reshape layer was marked as supported for the QAT but not for the PTQ. If you can link a point of the documentation which state...

Closing for inactivity. Feel free to re-open this issue if you still encounter the problem described.

Hello @tohidarehman1988, Are you sure Gnuplot is well installed ? To test this you can try: ``` gnuplot --version ``` From what I can see, ``GNUPLOT_EXECUTABLE`` is set by: https://cmake.org/cmake/help/latest/module/FindGnuplot.html...

Can you try to run the command I have send you ? CMake recquires gnuplot and it looks like pygnuplot install it in a path which is not available to...