Tacotron2_GST_eng / examples_taco2.py
AlexK-PL's picture
Upload examples_taco2.py
97a9463
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.37, 0.32, 0.32, 0],
["Lego said it remains \"fully committed\" to making bricks from sustainable materials.", 0.29, 0.41, 0.35, 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],
]