Simon-chai

Results 3 comments of Simon-chai

> ```shell > nvidia.cublas.lib.__file__ > ``` why my nvidia.cublas.lib.__file__ attribute is None so the environment variable failed to set,and when i run faster_whisper and will encounter the error "Could not...

The vad working principle is apply a _**voting mechanism**_ to **_model output_** to decide the start and end of a segment speech. So the result depend on both the implement...

> model_tts.tts_to_file(translated_output_text, speaker_ids['ZH'], 1.wav, speed=speed) speaker_ids['ZH'] raise error AttributeError: 'HParams' object has no attribute 'ZH' what have I missed?