Jbwasse2 / Snn-action

Spiking Neural Network Action Recognition With Nengo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add networks

Jbwasse2 opened this issue · comments

Should have an SNN, will need to look into nengoDL.

I have some concerns with replacing the fc layer with just a layer of input size. It may be better to just get rid of it and change how the forward() function works.
https://github.com/pytorch/vision/blob/master/torchvision/models/resnet.py

CNN implemented. SNN still needs to be implemented

SNN implemented in #8