Artur Muratov commited on
Commit
2dd2d82
·
1 Parent(s): 4632d94
Files changed (4) hide show
  1. best.pth +3 -0
  2. last.pth +3 -0
  3. settings.txt +69 -0
  4. training_log.txt +0 -0
best.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5c3898e3650f74537236520fcc152cc04010cd348771219e43737d8487a70ec
3
+ size 5247422
last.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe79fb9d063759b39cdd9023e211efb32aa052d1d2fe9a0b838c0fa0fce1385f
3
+ size 5247422
settings.txt ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data_root: ./data_all/
2
+ exp:
3
+ cache: 2
4
+ device: &id001 !!python/object/apply:torch.device
5
+ - cuda
6
+ exp_dir: ./runs
7
+ exp_name: kw-mlp-mul-final-2048-dropout-0.2
8
+ log_freq: 20
9
+ log_to_file: true
10
+ log_to_stdout: true
11
+ n_workers: 16
12
+ pin_memory: true
13
+ proj_name: torch-kw-mlp-lc
14
+ save_dir: ./runs/kw-mlp-mul-final-2048-dropout-0.2
15
+ val_freq: 1
16
+ wandb: false
17
+ wandb_api_key: null
18
+ hparams:
19
+ audio:
20
+ center: false
21
+ hop_length: 160
22
+ n_fft: 480
23
+ n_mels: 40
24
+ sr: 16000
25
+ win_length: 480
26
+ augment:
27
+ spec_aug:
28
+ freq_mask_width: 7
29
+ n_freq_masks: 1
30
+ n_time_masks: 1
31
+ time_mask_width: 20
32
+ batch_size: 2048
33
+ device: *id001
34
+ l_smooth: 0.1
35
+ model:
36
+ channels: 1
37
+ depth: 12
38
+ dim: 64
39
+ dropout: 0.2
40
+ input_res:
41
+ - 40
42
+ - 98
43
+ multitask: true
44
+ num_classes: 35
45
+ num_langs: 15
46
+ patch_res:
47
+ - 40
48
+ - 1
49
+ pre_norm: false
50
+ prob_survival: 0.9
51
+ type: kw-mlp
52
+ n_epochs: 1000
53
+ optimizer:
54
+ opt_kwargs:
55
+ lr: 0.001
56
+ weight_decay: 0.1
57
+ opt_type: adamw
58
+ restore_ckpt: null
59
+ scheduler:
60
+ max_epochs: 1000
61
+ n_warmup: 10
62
+ scheduler_type: cosine_annealing
63
+ seed: 0
64
+ start_epoch: 0
65
+ label_map: ./data_all/label_map.json
66
+ lang_map: ./data_all/lang_map.json
67
+ test_list_file: ./data_all/testing_list.txt
68
+ train_list_file: ./data_all/training_list.txt
69
+ val_list_file: ./data_all/validation_list.txt
training_log.txt ADDED
The diff for this file is too large to render. See raw diff