-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
31 lines (31 loc) · 826 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
data/adversarials/
data/cif100_adversarial_images/*
!data/cif100_adversarial_images/.gitkeep
data/cif10_adversarial_images/*
!data/cif10_adversarial_images/.gitkeep
data/cifar-100-python
data/detectors/*
!data/detectors/.gitkeep
data/cifar-100-python.tar.gz
data/characteristics/*
!data/characteristics/.gitkeep
data/cifar-10-batches-py
data/cifar-10-python.tar.gz
data/cleat_data_cif
InputMFS_Notebook.ipynb
testing_stuff.ipynb
data/sample_mean.py
data/clean_data_cif10
data/clean_data_cif100
data/precision*
data/sample*
data/precision.npy
models/vgg_cif100.pth
models/vgg_cif10.pth
models/__pycache__/vgg.cpython-38.pyc
__pycache__/
models/__pycache__/vgg_cif10.cpython-37.pyc
models/__pycache__/vgg_cif10.cpython-38.pyc
models/__pycache__/vgg.cpython-37.pyc
models/.ipynb_checkpoints/vgg-checkpoint.py
.ipynb_checkpoints/