You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to run inference using the pretrained checkpoints, but encountered the following error:
Traceback (most recent call last):
File "/work3/zaki/TTS/EmoSpherepp/tasks/run.py", line 21, in
run_task()
File "/work3/zaki/TTS/EmoSpherepp/tasks/run.py", line 15, in run_task
task_cls.start() # utils/commons/base_task.py
File "/work3/zaki/TTS/EmoSpherepp/utils/commons/base_task.py", line 230, in start
trainer.test(cls)
File "/work3/zaki/TTS/EmoSpherepp/utils/commons/trainer.py", line 114, in test
self.fit(task_cls)
File "/work3/zaki/TTS/EmoSpherepp/utils/commons/trainer.py", line 124, in fit
self.run_single_process(self.task)
File "/work3/zaki/TTS/EmoSpherepp/utils/commons/trainer.py", line 152, in run_single_process
model = task.build_model()
File "/work3/zaki/TTS/EmoSpherepp/tasks/tts/speech_base.py", line 144, in build_model
self.build_tts_model()
File "/work3/zaki/TTS/EmoSpherepp/tasks/tts/speech_base.py", line 152, in build_tts_model
raise NotImplementedError
NotImplementedError
Do I need to modify any configurations or provide additional arguments to enable inference? Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Thank you for open-sourcing this project!
I attempted to run inference using the pretrained checkpoints, but encountered the following error:
Traceback (most recent call last):
File "/work3/zaki/TTS/EmoSpherepp/tasks/run.py", line 21, in
run_task()
File "/work3/zaki/TTS/EmoSpherepp/tasks/run.py", line 15, in run_task
task_cls.start() # utils/commons/base_task.py
File "/work3/zaki/TTS/EmoSpherepp/utils/commons/base_task.py", line 230, in start
trainer.test(cls)
File "/work3/zaki/TTS/EmoSpherepp/utils/commons/trainer.py", line 114, in test
self.fit(task_cls)
File "/work3/zaki/TTS/EmoSpherepp/utils/commons/trainer.py", line 124, in fit
self.run_single_process(self.task)
File "/work3/zaki/TTS/EmoSpherepp/utils/commons/trainer.py", line 152, in run_single_process
model = task.build_model()
File "/work3/zaki/TTS/EmoSpherepp/tasks/tts/speech_base.py", line 144, in build_model
self.build_tts_model()
File "/work3/zaki/TTS/EmoSpherepp/tasks/tts/speech_base.py", line 152, in build_tts_model
raise NotImplementedError
NotImplementedError
Do I need to modify any configurations or provide additional arguments to enable inference? Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: