Skip to content

Commit

Permalink
Docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Jun 28, 2021
1 parent ab563ce commit 6b265ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TTS/config/shared_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6b265ae

Please sign in to comment.