Tacotron2_GST_eng / examples_taco2.py
AlexK-PL's picture
Update examples_taco2.py
d1db3a7
raw
history blame
436 Bytes
# list of examples for quick inferences:
infer_from_text_examples = [
["The most important qualities of a speech synthesis system are naturalness and intelligibility.",
0.43, 0.27, 0.27, 0],
["Lego said it remains \"fully committed\" to making bricks from sustainable materials.", 0.29, 0.44, 0.28, 0],
["Sensors can also be put in place so that the pollination takes place on the optimum days.", 0.2, 0.42, 0.4, 0],
]