-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (53 loc) · 1.01 KB
/
.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
50
51
52
53
54
55
56
57
58
59
60
# Python
*__pycache__/
*.pyc
*.egg-info
# VS Code
.vscode/
# Jupyter
.ipynb_checkpoints/
# Slurm
slurm-*.out
# Lightning
**/lightning_logs/**
# Symlinks
uci_logs_symlinks/**
# Data
**/data/MNIST/raw/
**/data/ffhq
**/data/cifar10/
**/data/imagenet/
**/data/omniglot-py/
**/data/airfoil**
**/data/cal_housing**
**/data/banknote**
**/data/blood_transfusion**
**/data/breast_cancer_diagnostic**
**/data/climate_model_crashes**
**/data/concrete_compression**
**/data/concrete_slump**
**/data/connectionist_bench_sonar**
**/data/connectionist_bench_vowel**
**/data/ecoli**
**/data/glass**
**/data/ionosphere**
**/data/libras**
**/data/parkinsons**
**/data/planning_relax**
**/data/qsar_biodegradation**
**/data/seeds**
**/data/wine_quality_red**
**/data/wine_quality_white**
**/data/yacht_hydrodynamics**
**/data/yeast**
**/data/celeba**
**/data/BSDS300/*.hdf5
**/data/gas/*.pickle
**/data/hepmass/*.csv
**/data/power/*.pickle
**/data/power/*.csv
**/data/power/*.txt
**/data/power/*data.npy
**/data/miniboone/*data.npy
# Models
models/**