Skip to content
Snippets Groups Projects
Commit f30d8c8b authored by Gaspard Goupy's avatar Gaspard Goupy
Browse files

Update README

parent 7bd7c460
No related branches found
No related tags found
No related merge requests found
...@@ -139,18 +139,6 @@ model.fit(train_dataset=trainset, test_dataset=testset, val_dataset=None) ...@@ -139,18 +139,6 @@ model.fit(train_dataset=trainset, test_dataset=testset, val_dataset=None)
``` ```
## Naming conventions
Some naming conventions used in the code differ from the ones used in the paper:
- CSNN: feature extraction layer
- CSNN-1: CSNN-16 (16 feature maps)
- CSNN-2: CSNN-64 (64 feature maps)
- CSNN-3: CSNN-128 (128 feature maps)
- Readout: classification layer
- SSTDP-OG: SSTDPv1
- SSTDP: SSTDPv2
- PCN-SSTDP: SSTDPv2+PCN
## Known bugs ## Known bugs
- Depending on your machine, results on CIFAR-10 can slightly differ (not a significative difference though). It comes from the download/conversion process in `datasets/get_cifar10.py`. - Depending on your machine, results on CIFAR-10 can slightly differ (not a significative difference though). It comes from the download/conversion process in `datasets/get_cifar10.py`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment