We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e723a commit 70b85b9Copy full SHA for 70b85b9
README.md
@@ -260,7 +260,7 @@ from tensorflow_tts.inference import TFAutoModel
260
from tensorflow_tts.inference import AutoProcessor
261
262
# initialize fastspeech model.
263
-fs_config = AutoConfig.from_pretrained('/examples/fastspeech/conf/fastspeech.v1.yaml')
+fs_config = AutoConfig.from_pretrained('./examples/fastspeech/conf/fastspeech.v1.yaml')
264
fastspeech = TFAutoModel.from_pretrained(
265
config=fs_config,
266
pretrained_path="./examples/fastspeech/pretrained/model-195000.h5"
0 commit comments