deep-voice-cloning / scripts /training_config.json
konverner's picture
bag fix
7f1be45
raw
history blame
No virus
247 Bytes
{
"audio_path": "/content/deep-voice-cloning/scripts/input/hank_hill.mp3",
"output_dir": "/content/deep-voice-cloning/models",
"lang": "en",
"batch_size": 2,
"learning_rate": 1e-4,
"max_steps": 100,
"warmup_steps": 20
}