-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path.gitignore
More file actions
129 lines (115 loc) · 1.46 KB
/
.gitignore
File metadata and controls
129 lines (115 loc) · 1.46 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Jupyter Notebook
.ipynb_checkpoints
# PyTorch
*.pth
*.pt
*.ckpt
checkpoint_*.pt
# Logs
*.log
logs/
wandb/
# Data files
*.h5
*.hdf5
*.npy
*.npz
# Videos and images
*.mp4
*.avi
*.mov
*.mkv
*.webm
*.png
*.jpg
*.jpeg
*.gif
*.bmp
# Audio
*.wav
*.mp3
*.flac
# Cache
cache/
.cache/
audio_cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
checkpoints/
data/
junk/
expression_norm_stats.pt
expression_norm_stats.json
# Nemo is now a git submodule - no need to ignore
losses/loss_model_weights/mobilefacenet_model_best.pth.tar
losses/loss_model_weights/PrivateTest_model.t7
test_cache/
logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log
# Dependency directories
node_modules/
# Environment variables
.env
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS specific
roi_tanh_warping/
face_detection/
# Task files
# tasks.json
# tasks/
training_log.txt
.taskmaster/tasks/task_001.txt
.taskmaster/tasks/task_002.txt
.taskmaster/tasks/task_003.txt
.taskmaster/tasks/task_004.txt
.taskmaster/tasks/task_005.txt
.taskmaster/tasks/task_006.txt
.taskmaster/tasks/task_007.txt
.taskmaster/tasks/task_008.txt
.taskmaster/tasks/task_009.txt
.taskmaster/tasks/task_010.txt
/debug_pipeline3
/debug_pipeline4
*.mpg