alibabasglab commited on
Commit
75b6fea
·
verified ·
1 Parent(s): 7a91e5b

Update checkpoints/log_VoxCeleb2_tfgridnet-isam_2spk/config.yaml

Browse files
checkpoints/log_VoxCeleb2_tfgridnet-isam_2spk/config.yaml CHANGED
@@ -33,7 +33,7 @@ network_reference:
33
  backbone: resnet18 # resnet18 or shufflenetV2 or blazenet64
34
  emb_size: 256 # resnet18:256
35
  network_audio:
36
- backbone: av_tfgridnet_att_ss
37
  n_fft: 256
38
  stride: 128
39
  window: "hann"
@@ -48,6 +48,7 @@ network_audio:
48
  emb_ks: 4
49
  emb_hs: 1
50
  activation: "prelu"
 
51
 
52
  # optimizer
53
  spk_att_dropout: 1 # 0 for always use speaker attention
 
33
  backbone: resnet18 # resnet18 or shufflenetV2 or blazenet64
34
  emb_size: 256 # resnet18:256
35
  network_audio:
36
+ backbone: av_tfgridnet_isam
37
  n_fft: 256
38
  stride: 128
39
  window: "hann"
 
48
  emb_ks: 4
49
  emb_hs: 1
50
  activation: "prelu"
51
+ isam: 1
52
 
53
  # optimizer
54
  spk_att_dropout: 1 # 0 for always use speaker attention