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 0202b8c commit ae521d3Copy full SHA for ae521d3
paddlespeech/cli/tts/infer.py
@@ -431,7 +431,7 @@ def _init_from_path(
431
"""
432
Init model and other resources from a specific path.
433
434
- if hasattr(self, 'am') and hasattr(self, 'voc'):
+ if hasattr(self, 'am_inference') and hasattr(self, 'voc_inference'):
435
logger.info('Models had been initialized.')
436
return
437
# am
0 commit comments