14,958
edits
mNo edit summary |
No edit summary |
||
| Line 106: | Line 106: | ||
* '''Compatibility:''' Ensure that the versions of CUDA, cuDNN, and PyTorch are compatible with each other. Refer to the [https://pytorch.org/get-started/previous-versions/ PyTorch documentation] for version compatibility details. | * '''Compatibility:''' Ensure that the versions of CUDA, cuDNN, and PyTorch are compatible with each other. Refer to the [https://pytorch.org/get-started/previous-versions/ PyTorch documentation] for version compatibility details. | ||
* '''Virtual Environments:''' If you’re using a virtual environment, make sure it has access to the system’s CUDA and cuDNN installations. You might need to install CUDA and cuDNN within the virtual environment or ensure that the environment variables are correctly set. | * '''Virtual Environments:''' If you’re using a virtual environment, make sure it has access to the system’s CUDA and cuDNN installations. You might need to install CUDA and cuDNN within the virtual environment or ensure that the environment variables are correctly set. | ||
== whisperX Transcript File Format Guide == | |||
Transcripts come in different file formats: | |||
# txt - all content combined together | |||
# srt, vtt - different subtitle formats: distinguished by time, speaker, and speech content | |||
# tsv - distinguished by time and speech content | |||
# json - distinguished by time, speaker, and speech content, suitable for programming processing | |||
If using for the first time, it's recommended to directly open the srt format | |||
[[Category: Generative AI]] [[Category: Software]] [[Category: Revised with LLMs]] | [[Category: Generative AI]] [[Category: Software]] [[Category: Revised with LLMs]] | ||