holvan commited on
Commit
aac610c
·
1 Parent(s): 4d3c19a

update model

Browse files
README.md CHANGED
@@ -65,11 +65,11 @@ num_workers: 8
65
  num_att_plot: 0
66
  dist_backend: nccl
67
  dist_init_method: env://
68
- dist_world_size: 4
69
  dist_rank: 0
70
  local_rank: 0
71
  dist_master_addr: localhost
72
- dist_master_port: 54437
73
  dist_launcher: null
74
  multiprocessing_distributed: true
75
  unused_parameters: false
@@ -127,7 +127,7 @@ init_param: []
127
  ignore_init_mismatch: false
128
  freeze_param: []
129
  num_iters_per_epoch: null
130
- batch_size: 128
131
  valid_batch_size: 40
132
  batch_bins: 1000000
133
  valid_batch_bins: null
@@ -178,15 +178,15 @@ exclude_weight_decay: false
178
  exclude_weight_decay_conf: {}
179
  optim: sgd
180
  optim_conf:
181
- lr: 0.01
182
  momentum: 0.9
183
  weight_decay: 0.0001
184
  scheduler: exponentialdecaywarmup
185
  scheduler_conf:
186
  max_lr: 0.1
187
  min_lr: 5.0e-05
188
- total_steps: 590800
189
- warmup_steps: 73850
190
  warm_from_zero: true
191
  init: null
192
  use_preprocessor: true
@@ -219,7 +219,7 @@ pooling: stats
219
  pooling_conf: {}
220
  projector: rawnet3
221
  projector_conf:
222
- output_size: 128
223
  preprocessor: spk
224
  preprocessor_conf:
225
  target_duration: 3.0
@@ -276,12 +276,6 @@ distributed: true
276
  doi={10.21437/Interspeech.2018-1456},
277
  url={http://dx.doi.org/10.21437/Interspeech.2018-1456}
278
  }
279
-
280
-
281
-
282
-
283
-
284
-
285
  ```
286
 
287
  or arXiv:
 
65
  num_att_plot: 0
66
  dist_backend: nccl
67
  dist_init_method: env://
68
+ dist_world_size: 8
69
  dist_rank: 0
70
  local_rank: 0
71
  dist_master_addr: localhost
72
+ dist_master_port: 42677
73
  dist_launcher: null
74
  multiprocessing_distributed: true
75
  unused_parameters: false
 
127
  ignore_init_mismatch: false
128
  freeze_param: []
129
  num_iters_per_epoch: null
130
+ batch_size: 256
131
  valid_batch_size: 40
132
  batch_bins: 1000000
133
  valid_batch_bins: null
 
178
  exclude_weight_decay_conf: {}
179
  optim: sgd
180
  optim_conf:
181
+ lr: 0.1
182
  momentum: 0.9
183
  weight_decay: 0.0001
184
  scheduler: exponentialdecaywarmup
185
  scheduler_conf:
186
  max_lr: 0.1
187
  min_lr: 5.0e-05
188
+ total_steps: 290720
189
+ warmup_steps: 36340
190
  warm_from_zero: true
191
  init: null
192
  use_preprocessor: true
 
219
  pooling_conf: {}
220
  projector: rawnet3
221
  projector_conf:
222
+ output_size: 256
223
  preprocessor: spk
224
  preprocessor_conf:
225
  target_duration: 3.0
 
276
  doi={10.21437/Interspeech.2018-1456},
277
  url={http://dx.doi.org/10.21437/Interspeech.2018-1456}
278
  }
 
 
 
 
 
 
279
  ```
280
 
281
  or arXiv:
exp/.DS_Store CHANGED
Binary files a/exp/.DS_Store and b/exp/.DS_Store differ
 
exp/spk_train_resnet221_raw_sp/35epoch.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:645259b7dd7a89288e82ac7c7f9cdf8d5cf1920fcd36081ee4e2c52831dc8c87
3
- size 98827571
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0f7e84f4e126c88699a4c8949418214c0801a99374c2a8d13c3ab5add834a40
3
+ size 122183987
exp/spk_train_resnet221_raw_sp/config.yaml CHANGED
@@ -12,11 +12,11 @@ num_workers: 8
12
  num_att_plot: 0
13
  dist_backend: nccl
14
  dist_init_method: env://
15
- dist_world_size: 4
16
  dist_rank: 0
17
  local_rank: 0
18
  dist_master_addr: localhost
19
- dist_master_port: 54437
20
  dist_launcher: null
21
  multiprocessing_distributed: true
22
  unused_parameters: false
@@ -74,7 +74,7 @@ init_param: []
74
  ignore_init_mismatch: false
75
  freeze_param: []
76
  num_iters_per_epoch: null
77
- batch_size: 128
78
  valid_batch_size: 40
79
  batch_bins: 1000000
80
  valid_batch_bins: null
@@ -125,15 +125,15 @@ exclude_weight_decay: false
125
  exclude_weight_decay_conf: {}
126
  optim: sgd
127
  optim_conf:
128
- lr: 0.01
129
  momentum: 0.9
130
  weight_decay: 0.0001
131
  scheduler: exponentialdecaywarmup
132
  scheduler_conf:
133
  max_lr: 0.1
134
  min_lr: 5.0e-05
135
- total_steps: 590800
136
- warmup_steps: 73850
137
  warm_from_zero: true
138
  init: null
139
  use_preprocessor: true
@@ -166,7 +166,7 @@ pooling: stats
166
  pooling_conf: {}
167
  projector: rawnet3
168
  projector_conf:
169
- output_size: 128
170
  preprocessor: spk
171
  preprocessor_conf:
172
  target_duration: 3.0
 
12
  num_att_plot: 0
13
  dist_backend: nccl
14
  dist_init_method: env://
15
+ dist_world_size: 8
16
  dist_rank: 0
17
  local_rank: 0
18
  dist_master_addr: localhost
19
+ dist_master_port: 42677
20
  dist_launcher: null
21
  multiprocessing_distributed: true
22
  unused_parameters: false
 
74
  ignore_init_mismatch: false
75
  freeze_param: []
76
  num_iters_per_epoch: null
77
+ batch_size: 256
78
  valid_batch_size: 40
79
  batch_bins: 1000000
80
  valid_batch_bins: null
 
125
  exclude_weight_decay_conf: {}
126
  optim: sgd
127
  optim_conf:
128
+ lr: 0.1
129
  momentum: 0.9
130
  weight_decay: 0.0001
131
  scheduler: exponentialdecaywarmup
132
  scheduler_conf:
133
  max_lr: 0.1
134
  min_lr: 5.0e-05
135
+ total_steps: 290720
136
+ warmup_steps: 36340
137
  warm_from_zero: true
138
  init: null
139
  use_preprocessor: true
 
166
  pooling_conf: {}
167
  projector: rawnet3
168
  projector_conf:
169
+ output_size: 256
170
  preprocessor: spk
171
  preprocessor_conf:
172
  target_duration: 3.0