-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.gitignore
92 lines (86 loc) · 1.32 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# output dir
ExpManager/
checkpoints/
# project dirs
datasets/trainingData_face
datasets/trainingData_face.zip
datasets/image_data
datasets/portrait
datasets/unzippedData
datasets/voice_data
datasets/raw_voice
datasets/chalearn
datasets/102flowers
datasets/missed_files.txt
# datasets/*.txt
datasets/annotation
datasets/va_data
datasets/chalearn21
datasets/chalearn2021
datasets/chalearn21_fold_*
datasets/folds
datasets/extracted_feature_tp
datasets/extracted_feature_impression
datasets/chalearn2021_neutral_face
/datasets/image_data_neutral_face/
datasets/image_data_neutral_face/test_data_face_aus/
pretrained/
mlruns/
/snippet
plot
/docs/temp
/docs/tmp
# ingore output data
output/
/results
results_second_stage_tp
results_second_stage
results_true_personality
/results_linear
#temp/*.txt
/tmp
events.out*
# current output files
#*.png
*.json
*.diff
*.jpg
*.zip
*.log
#/!docs/figures/pipeline.png
# compilation and distribution
__pycache__
_ext
*.pyc
*.pyd
*.so
*.dll
*.egg-info/
#build/
dist/
wheels/
# pytorch/python/numpy formats
*.pth
*.dat
*.pickle
*.pkl
*.npy
*.ts
model_ts*.txt
# ipython/jupyter notebooks
#*.ipynb
**/.ipynb_checkpoints/
# Editor temporaries
*.swn
*.swo
*.swp
*~
# editor settings
.idea
.vscode
_darcs
tmp*
/datasets/ChaLearn2016_tiny
/datasets/extracted_feature_tp
/datasets/extracted_feature_tp_short_m
/hy-tmp