-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
40 lines (33 loc) · 865 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
*.log
**/.ipynb_checkpoints/
**/__pycache__/
asvspoof2021/LA/Baseline-RawNet2-bio/models/
asvspoof2021/LA/Baseline-RawNet2-bio/models_tts_vc_train/
asvspoof2021/LA/Baseline-RawNet2-bio/logs_tts_vc_train/
asvspoof2021/LA/Baseline-RawNet2-bio/logs/
asvspoof2021/LA/Baseline-RawNet2-bio/feats/add/
asvspoof2021/LA/Baseline-RawNet2-bio/feats/aug/
asvspoof2021/LA/Baseline-RawNet2-bio/feats/eval_2021/
asvspoof2021/LA/Baseline-RawNet2-bio/feats/for/
asvspoof2021/LA/Baseline-RawNet2-bio/docs
asvspoof2021/LA/bio_variable/feats/
DFAnalysis/
test_data/
voxseg/
biosegment/.ipynb_checkpoints/
*.zip
*.gz
asvspoof2021/eval-package/keys/
# for distialtion
distillation/logs
distillation/models
distillation/feats
distillation/test_softmax_logsoftmax_scores.txt
**/logs/
**/models/
**feats**
distillation/wav2vec_bio_emb/
**pretrained**
**keys**
**downloads**
**DATA**