当前位置:网站首页>语音合成:概述【不等长序列关系建模的生成任务】
语音合成:概述【不等长序列关系建模的生成任务】
2022-06-29 07:04:00 【u013250861】
一、什么是语音合成?
语音合成是一个“不等长序列关系建模的生成任务”
- 输入:【tex len 】;输入:【frequency dim, spectrum length】
- 输入形状:文本token序列长度;输出形状:(频率维度, 频谱序列长度)

“七百三十九”5个“token”对应着20多个语音“帧”
不能单独建模 “七”与X帧的关系,“百”与Y帧的关系,。。。。,然后拼接起来,这样是违反人类发音的本质的。
二、语音合成基本训练框架

1、训练数据介绍
采样率 = 16000

2、Token Embedding Layer

为了将字符映射为浮点数,pytorch采取了“可训练查询表”的方式,设数据集中含有的token 数量&
边栏推荐
- Code:: blocks code formatting shortcuts
- Reflection perfectionism
- A method to quickly connect notebook computers to mobile phone hotspots
- 1284_FreeRTOS任务优先级获取实现分析
- In PHP version 7.1.13, it is found that floating-point data passes through JSON during use_ There will be precision problems after encode
- Hands on deep learning (I) -- linear neural network
- Explain the garbage collection mechanism (GC) in JVM
- mysql 开启日志功能
- AWS Iam inline policy example
- 【kerberos】kerberos 认证浅析
猜你喜欢

sql语句concat搜索不出结果

Mongodb- connect to the database using the mongo/mongosh command line

Segment tree and use

Talking about Nacos configuration center from Nacos client

【6G】算力网络技术白皮书整理

Notice on organizing the second round of the Northwest Division (Shaanxi) of the 2021-2022 National Youth electronic information intelligent innovation competition

Introduction to taro

PostgreSQL安装:The database cluster initialisation failed,stack Hbulider安装

AC automata

SizeBalanceTree
随机推荐
Mongodb- connect to the database using the mongo/mongosh command line
Hands on deep learning (I) -- linear neural network
Friends, static keywords, static methods, and relationships between objects
mysql 主键约束删除问题
SizeBalanceTree
A review of visual SLAM methods for autonomous driving vehicles
[6G] collation of white paper on computing network technology
aws elastic beanstalk入门之简单使用
华为云的AI深潜之旅
嵌入式产品防盗版
Qtcreator set character set
JS XOR obfuscation code
MySQL中有哪些约束?(实例验证)
Mosaic notes
Soliciting articles and contributions - building a blog environment with a lightweight application server
php 清除多维数组里面的空值
Hook introduction
PHP clear empty values in multidimensional array
Linear regression with one variable
Verilog初体验