Skip to content

Commit

Permalink
main 使用最新模型测试babysor#37 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xier-dog committed Jun 6, 2022
1 parent fcd2d21 commit e8d57fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synthesizer/hparams.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ def dumpJson(self, fp):
speaker_embedding_size = 256, # Dimension for the speaker embedding
silence_min_duration_split = 0.4, # Duration in seconds of a silence for an utterance to be split
utterance_min_duration = 1.6, # Duration in seconds below which utterances are discarded
use_gst = True, # Whether to use global style token
use_ser_for_gst = True, # Whether to use speaker embedding referenced for global style token
use_gst = False, # Whether to use global style token
use_ser_for_gst = False, # Whether to use speaker embedding referenced for global style token
)

0 comments on commit e8d57fc

Please sign in to comment.