Merge branch 'develop' of https://github.com/LittleChenCc/DeepSpeech into develop

pull/1459/head
Junkun 4 years ago
commit 9179983f8f

@ -431,7 +431,7 @@ class TTSExecutor(BaseExecutor):
"""
Init model and other resources from a specific path.
"""
if hasattr(self, 'am') and hasattr(self, 'voc'):
if hasattr(self, 'am_inference') and hasattr(self, 'voc_inference'):
logger.info('Models had been initialized.')
return
# am

Loading…
Cancel
Save