From bf23771dfc57bf5b0254043cebda2cf98c006ae2 Mon Sep 17 00:00:00 2001 From: keonlee9420 Date: Sat, 9 Oct 2021 11:17:14 +0900 Subject: [PATCH] rename arguments and variables in LinguisticEncoder for readability --- README.md | 5 ++-- model/blocks.py | 22 +++++++------- model/linguistic_encoder.py | 57 ++++++++++++++++++------------------- utils/tools.py | 8 +++--- 4 files changed, 45 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index b259d3d..e786291 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Please note that the controllability is originated from [FastSpeech2](https://ar ## Datasets -The supported datasets is +The supported datasets are - [LJSpeech](https://keithito.com/LJ-Speech-Dataset/): a **single-speaker** English dataset consists of 13100 short audio clips of a female speaker reading passages from 7 non-fiction books, approximately 24 hours in total.