docstring update

This commit is contained in:
Eren Gölge 2021-02-12 12:04:07 +00:00
parent e774f68aee
commit 918f007a11
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class MyDataset(Dataset):
compute_linear_spec (bool): compute linear spectrogram if True.
ap (TTS.tts.utils.AudioProcessor): audio processor object.
meta_data (list): list of dataset instances.
tp (dict): dict of custom text characters used for converting texts to sequences.
batch_group_size (int): (0) range of batch randomization after sorting
sequences by length.
min_seq_len (int): (0) minimum sequence length to be processed