提交 828ee144 编写于 作者: 小湉湉's avatar 小湉湉

add license and reference for some models, test=doc

上级 2e94e0f6
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
# limitations under the License. # limitations under the License.
# generate mels using durations.txt # generate mels using durations.txt
# for mb melgan finetune # for mb melgan finetune
# 长度和原本的 mel 不一致怎么办?
import argparse import argparse
import os import os
from pathlib import Path from pathlib import Path
......
# -*- coding: utf-8 -*- # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
"""HiFi-GAN Modules. #
This code is based on https://github.com/jik876/hifi-gan. # Licensed under the Apache License, Version 2.0 (the "License");
""" # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This code is based on https://github.com/jik876/hifi-gan.
import copy import copy
from typing import Any from typing import Any
from typing import Dict from typing import Dict
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Modified from espnet(https://github.com/espnet/espnet)
"""Tacotron 2 related modules for paddle""" """Tacotron 2 related modules for paddle"""
import logging import logging
from typing import Dict from typing import Dict
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Modified from https://github.com/fatchord/WaveRNN
import sys import sys
import time import time
from typing import List from typing import List
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册