-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
52 lines (39 loc) · 898 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
# models, data, and git repos
models/
repos/
.data/
notebooks/wandb/
data/allosaurus_data/data
data/allosaurus_data/train/
data/allosaurus_data/validate/
data/allosaurus_data/train/feat.ark
notebooks/results-b0-noise
notebooks/results-b0-noiseB
notebooks/results-b0-noiseC
notebooks/results-no-resize
data/speech-bank-aphasia
notebooks/noise_samples
notebooks/sweep_results
notebooks/results-b4
notebooks/results-b3
notebooks/results-b0
notebooks/results-b10
notebooks/results
notebooks/xlsr-timit-b0
notebooks/xlsr-timit-a0
NVIDIA-Linux-x86_64-525.125.06.run
notebooks/TIMIT_Evaluation_all_PTB.ipynb
notebooks/TIMIT_Evaluation_ALL.ipynb
notebooks/TIMIT_Evaluation_b0_all_background_room.ipynb
notebooks/TIMIT_Evaluation_baseline.ipynb
notebooks/INTERSPEECH_E0_resize_noiseC_train
/notebooks/xlsr-timit-b1
# secrets
.env
# python
venv
__pycache__
# macOS
.DS_Store
# node
node_modules