From 6b265ae8e3e06453ad526badcceb3d0ff01cd77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Sat, 26 Jun 2021 18:34:37 +0200 Subject: [PATCH] Docstring update --- TTS/config/shared_configs.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TTS/config/shared_configs.py b/TTS/config/shared_configs.py index 801855c1..669437b9 100644 --- a/TTS/config/shared_configs.py +++ b/TTS/config/shared_configs.py @@ -180,6 +180,14 @@ class BaseTrainingConfig(Coqpit): among all the models. Args: + model (str): + Name of the model that is used in the training. + run_name (str): + Name of the experiment. This prefixes the output folder name. + run_description (str): + Short description of the experiment. + epochs (int): + Number training epochs. Defaults to 10000. batch_size (int): Training batch size. eval_batch_size (int):