Fhrozen commited on
Commit
3d71b48
β€’
1 Parent(s): 7e06785

move files

Browse files
config.yaml CHANGED
@@ -199,7 +199,7 @@ feats_extract_conf:
199
  n_mels: 80
200
  normalize: global_mvn
201
  normalize_conf:
202
- stats_file: exp/tts_stats_raw_phn_none/train/feats_stats.npz
203
  tts: prodiff
204
  tts_conf:
205
  adim: 384
@@ -256,7 +256,7 @@ pitch_extract_conf:
256
  reduction_factor: 1
257
  pitch_normalize: global_mvn
258
  pitch_normalize_conf:
259
- stats_file: exp/tts_stats_raw_phn_none/train/pitch_stats.npz
260
  energy_extract: energy
261
  energy_extract_conf:
262
  fs: 24000
@@ -266,7 +266,7 @@ energy_extract_conf:
266
  reduction_factor: 1
267
  energy_normalize: global_mvn
268
  energy_normalize_conf:
269
- stats_file: exp/tts_stats_raw_phn_none/train/energy_stats.npz
270
  required:
271
  - output_dir
272
  - token_list
 
199
  n_mels: 80
200
  normalize: global_mvn
201
  normalize_conf:
202
+ stats_file: stats/feats_stats.npz
203
  tts: prodiff
204
  tts_conf:
205
  adim: 384
 
256
  reduction_factor: 1
257
  pitch_normalize: global_mvn
258
  pitch_normalize_conf:
259
+ stats_file: stats/pitch_stats.npz
260
  energy_extract: energy
261
  energy_extract_conf:
262
  fs: 24000
 
266
  reduction_factor: 1
267
  energy_normalize: global_mvn
268
  energy_normalize_conf:
269
+ stats_file: stats/energy_stats.npz
270
  required:
271
  - output_dir
272
  - token_list
meta.yaml CHANGED
@@ -1,8 +1,8 @@
1
  espnet: '202207'
2
  files:
3
- model_file: exp/tts_prodiff_gst_xvector_base_raw_phn_none/train.loss.ave_5best.pth
4
  python: "3.9.12 (main, Jun 1 2022, 11:38:51) \n[GCC 7.5.0]"
5
  timestamp: 1673972233.479128
6
  torch: 1.11.0
7
  yaml_files:
8
- train_config: exp/tts_prodiff_gst_xvector_base_raw_phn_none/config.yaml
 
1
  espnet: '202207'
2
  files:
3
+ model_file: model/train.loss.ave_5best.pth
4
  python: "3.9.12 (main, Jun 1 2022, 11:38:51) \n[GCC 7.5.0]"
5
  timestamp: 1673972233.479128
6
  torch: 1.11.0
7
  yaml_files:
8
+ train_config: config.yaml
{exp/tts_prodiff_gst_xvector_base_raw_phn_none β†’ model}/train.loss.ave_5best.pth RENAMED
File without changes
{exp/tts_stats_raw_phn_none/train β†’ stats}/energy_stats.npz RENAMED
File without changes
{exp/tts_stats_raw_phn_none/train β†’ stats}/feats_stats.npz RENAMED
File without changes
{exp/tts_stats_raw_phn_none/train β†’ stats}/pitch_stats.npz RENAMED
File without changes