Once we have a dataset that has been preprocessed, we can begin training the voice.
- metadata_path: The path to your dataset metadata file (labels)
- dataset_directory: The path to your audio directory
- output_directory: The path to save checkpoints
- checkpoint_path (optional): The path to a specific checkpoint to start training from
- transfer_learning_path (optional): The path to an existing model to transfer learn from
- epochs: Number of epochs to rub training for
- batch_size (optional): Batch size/ memory usage. Calculated automatically if not given
python train.py -m dataset/metadata.csv -d dataset/wavs -o dataset/checkpoints