From c3d1c8f8ddb5f34df64819e23484f10c8baa4c88 Mon Sep 17 00:00:00 2001 From: Gaspard Goupy <gaspard.goupy@univ-lille.fr> Date: Fri, 27 Sep 2024 14:11:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92046b5..e8c4f48 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ In the paper, datasets are preprocessed with Hebbian-based unsupervised feature The folder `ft-extract/` provides the scripts and documentation for obtaining and preprocessing each dataset with these feature extractors, as well as converting them to `SpikingDataset` objects. -We also provide some features extracted with STDP-CSNN to facilitate quick experimentation: *To be updated*. +We also provide some features extracted with STDP-CSNN to facilitate quick experimentation: [repo](https://gitlab.univ-lille.fr/fox/CIFAR10-spike-features-CSNN). ### 5.2 Accuracy comparison -- GitLab