dathudeptrai commited on
Commit
863989e
1 Parent(s): 93ac4cf

Update config

Browse files
Files changed (1) hide show
  1. config.yml +2 -2
config.yml CHANGED
@@ -1,4 +1,4 @@
1
- This is the hyperparameter configuration file for FastSpeech2 v1.
2
  # Please make sure this is adjusted for the KSS dataset. If you want to
3
  # apply to the other dataset, you might need to carefully change some parameters.
4
  # This configuration performs 200k iters but a best checkpoint is around 150k iters.
@@ -6,7 +6,7 @@
6
  ###########################################################
7
  # FEATURE EXTRACTION SETTING #
8
  ###########################################################
9
- hop_size: 256 # Hop size.
10
  format: "npy"
11
 
12
 
 
1
+ # This is the hyperparameter configuration file for FastSpeech2 v1.
2
  # Please make sure this is adjusted for the KSS dataset. If you want to
3
  # apply to the other dataset, you might need to carefully change some parameters.
4
  # This configuration performs 200k iters but a best checkpoint is around 150k iters.
 
6
  ###########################################################
7
  # FEATURE EXTRACTION SETTING #
8
  ###########################################################
9
+ hop_size: 256
10
  format: "npy"
11
 
12