tipe/.gitignore

30 lines
512 B
Plaintext
Raw Normal View History

2022-03-18 15:31:52 +01:00
**/a.out
2022-05-14 18:19:51 +02:00
**/__pycache__
2023-02-28 13:17:41 +01:00
## Program and test cache locations
# for webserver and benchmark
2022-05-14 18:19:51 +02:00
.cache
2023-02-28 13:17:41 +01:00
binaries/*
# for running tests
2022-05-14 18:19:51 +02:00
.test-cache
2022-10-24 12:54:51 +02:00
build/*
2023-02-28 13:17:41 +01:00
# out.bin
2022-05-23 16:54:04 +02:00
*.bin
2023-02-28 13:17:41 +01:00
# src/cnn/export.c
fichier.json
test-img-vis-kernel/*
## VSCode config
.vscode
## Patches
**.orig
**.rej
patches/*
2022-10-24 12:54:51 +02:00
2023-02-28 13:17:41 +01:00
## 50States10K dataset
# Download it from https://drive.google.com/file/d/1Y8eqx1Uy8kuRP4BNmTCVvrNbCxx6RoiP/view
# Edit and run src/scripts/generate_dataset.sh to generate train and test set
data/50States10K
data/50States10K.zip