mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Update model file extension (#1422)
* Update model file ext to ```.pth``` * Update docs * Rename more * Find model files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"tts_checkpoint":"checkpoint_10.pth.tar", // tts checkpoint file
|
||||
"tts_checkpoint":"checkpoint_10.pth", // tts checkpoint file
|
||||
"tts_config":"dummy_model_config.json", // tts config.json file
|
||||
"tts_speakers": null, // json file listing speaker ids. null if no speaker embedding.
|
||||
"wavernn_lib_path": null, // Rootpath to wavernn project folder to be imported. If this is null, model uses GL for speech synthesis.
|
||||
|
||||
Reference in New Issue
Block a user