`Traceback (most recent call last):
File "/usr/local/bin/tts", line 33, in <module>
sys.exit(load_entry_point('TTS', 'console_scripts', 'tts')())
File "/TTS/TTS/bin/synthesize.py", line 281, in main
print(synthesizer.tts_model.speaker_manager.ids)
AttributeError: 'NoneType' object has no attribute 'ids`
Describe the bug
Hi, I tried to run the command
tts --model_name "<language>/<dataset>/<model_name>" --list_speaker_idxs
with different models and I always got an error.
To Reproduce
Run following command (this happens also for other models)
tts --model_name "tts_models/en/ek1/tacotron2" --list_speaker_idxs
Expected behavior
No response
Logs
Environment
Additional context
No response