-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
49 lines (43 loc) · 835 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Runs / tests collaterals
latest_log_dir
latest_log_file
logs/
*.log
*.tar
*.pyc
__pycache__/
.pytest_cache
.cache
pytest_collaterals/
# Virtual env
env/
.env/
# IDEs
.idea/
.vscode/
# OS X
.DS_Store
._.DS_Store
# PIP
distiller.egg-info/
# Jupyter
.ipynb_checkpoints/
.idea/workspace.xml
*.xml
DeepHyperX/checkpoints/*
.idea/shelf/totally_irrelevant/
DeepHyperX/Datasets/DFC2018_HSI/
distiller-master/
distiller/__pycache__/
distiller/apputils/__pycache__/
distiller/data_loggers/__pycache__/
distiller/models/__pycache__/
distiller/models/cifar10/__pycache__/
distiller/models/imagenet/__pycache__/
distiller/modules/__pycache__/
distiller/pruning/__pycache__/
distiller/quantization/__pycache__/
distiller/regularization/__pycache__/
examples/__pycache__/
examples/automated_deep_compression/__pycache__/
Datasets/DFC2018_HSI/