ms180 commited on
Commit
8e75ad8
·
1 Parent(s): 0ba6132

Fixed model path

Browse files
models/asr/pyf98/librispeech_conformer_hop_length160/config.yaml CHANGED
@@ -5,10 +5,10 @@ beam_search:
5
  pre_beam_ratio: 1.5
6
  pre_beam_score_key: full
7
  ctc:
8
- model_path: /home/masao/.cache/espnet_onnx/pyf98/librispeech_conformer_hop_length160/full/ctc.onnx
9
  decoder:
10
  dec_type: XformerDecoder
11
- model_path: /home/masao/.cache/espnet_onnx/pyf98/librispeech_conformer_hop_length160/full/xformer_decoder.onnx
12
  n_layers: 6
13
  odim: 512
14
  encoder:
@@ -34,16 +34,16 @@ encoder:
34
  win_length: 512
35
  window: hann
36
  is_vggrnn: false
37
- model_path: /home/masao/.cache/espnet_onnx/pyf98/librispeech_conformer_hop_length160/full/xformer_encoder.onnx
38
  normalize:
39
  eps: 1.0e-20
40
  norm_means: true
41
  norm_vars: true
42
- stats_file: /home/masao/.cache/espnet_onnx/pyf98/librispeech_conformer_hop_length160/feats_stats.npz
43
  type: gmvn
44
  lm:
45
  lm_type: TransformerLM
46
- model_path: /home/masao/.cache/espnet_onnx/pyf98/librispeech_conformer_hop_length160/full/transformer_lm.onnx
47
  nlayers: 16
48
  odim: 512
49
  use_lm: true
@@ -5055,7 +5055,7 @@ token:
5055
  - <sos/eos>
5056
  sos: 4999
5057
  tokenizer:
5058
- bpemodel: /home/masao/.cache/espnet_onnx/pyf98/librispeech_conformer_hop_length160/bpe.model
5059
  token_type: bpe
5060
  transducer:
5061
  use_transducer_decoder: false
 
5
  pre_beam_ratio: 1.5
6
  pre_beam_score_key: full
7
  ctc:
8
+ model_path: models/asr/pyf98/librispeech_conformer_hop_length160/full/ctc.onnx
9
  decoder:
10
  dec_type: XformerDecoder
11
+ model_path: models/asr/pyf98/librispeech_conformer_hop_length160/full/xformer_decoder.onnx
12
  n_layers: 6
13
  odim: 512
14
  encoder:
 
34
  win_length: 512
35
  window: hann
36
  is_vggrnn: false
37
+ model_path: models/asr/pyf98/librispeech_conformer_hop_length160/full/xformer_encoder.onnx
38
  normalize:
39
  eps: 1.0e-20
40
  norm_means: true
41
  norm_vars: true
42
+ stats_file: models/asr/pyf98/librispeech_conformer_hop_length160/feats_stats.npz
43
  type: gmvn
44
  lm:
45
  lm_type: TransformerLM
46
+ model_path: models/asr/pyf98/librispeech_conformer_hop_length160/full/transformer_lm.onnx
47
  nlayers: 16
48
  odim: 512
49
  use_lm: true
 
5055
  - <sos/eos>
5056
  sos: 4999
5057
  tokenizer:
5058
+ bpemodel: models/asr/pyf98/librispeech_conformer_hop_length160/bpe.model
5059
  token_type: bpe
5060
  transducer:
5061
  use_transducer_decoder: false
models/tts/kan-bayashi/ljspeech_vits/config.yaml CHANGED
@@ -87,7 +87,7 @@ tokenizer:
87
  g2p_type: g2p_en_no_space
88
  token_type: phn
89
  tts_model:
90
- model_path: /home/masao/.cache/espnet_onnx/kan-bayashi/ljspeech_vits/full/vits.onnx
91
  model_type: VITS
92
  vocoder:
93
  vocoder_type: not_used
 
87
  g2p_type: g2p_en_no_space
88
  token_type: phn
89
  tts_model:
90
+ model_path: models/tts/full/vits.onnx
91
  model_type: VITS
92
  vocoder:
93
  vocoder_type: not_used