mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 15:16:26 +01:00
30 lines
512 B
Plaintext
30 lines
512 B
Plaintext
**/a.out
|
|
**/__pycache__
|
|
|
|
## Program and test cache locations
|
|
# for webserver and benchmark
|
|
.cache
|
|
binaries/*
|
|
# for running tests
|
|
.test-cache
|
|
build/*
|
|
# out.bin
|
|
*.bin
|
|
# src/cnn/export.c
|
|
fichier.json
|
|
test-img-vis-kernel/*
|
|
|
|
## VSCode config
|
|
.vscode
|
|
|
|
## Patches
|
|
**.orig
|
|
**.rej
|
|
patches/*
|
|
|
|
## 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
|