Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VGG models lifted to SNN models #123

Merged
merged 1 commit into from
Oct 4, 2020
Merged

VGG models lifted to SNN models #123

merged 1 commit into from
Oct 4, 2020

Conversation

cpehle
Copy link
Member

@cpehle cpehle commented Oct 4, 2020

This is the first of a series of commits that port torchvision models to have intermediate spiking layers (LIFFeedForwardLayers for now). Some other alternatives could also be considered. We could introduce additional models, where the features are computed by an ANN and convert only the classifier to an SNN.

Loading weights from the ANN, pretrained on the ImageNet dataset also works, but no tests on the classification accuracy has been done. It is unlikely to be high.

@cpehle cpehle requested a review from Jegp October 4, 2020 16:20
@cpehle cpehle added enhancement New feature or request model Concerns new SNN models labels Oct 4, 2020
@cpehle cpehle added this to the Release 0.0.5 milestone Oct 4, 2020
@Jegp
Copy link
Member

Jegp commented Oct 4, 2020

Beautiful! Nice and simple. Let's get it merged

@cpehle cpehle merged commit e9c576f into master Oct 4, 2020
@Jegp Jegp deleted the feature-vgg-model branch October 4, 2020 17:02
@cpehle cpehle mentioned this pull request Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request model Concerns new SNN models
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants