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
Download this example and run until this cell (change 'en_example.wav' to 'ja_example.wav'):
wav=read_audio('ja_example.wav', sampling_rate=SAMPLING_RATE)
# get speech timestamps from full audio filespeech_timestamps=get_speech_timestamps(wav, model, sampling_rate=SAMPLING_RATE)
pprint(speech_timestamps)
Please copy and paste the output from this environment collection script
(or fill out the checklist below manually).
You can get the script and run it with:
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
PyTorch Version (e.g., 1.0):
OS (e.g., Linux):
How you installed PyTorch (conda, pip, source):
Build command you used (if compiling from source):
Python version:
CUDA/cuDNN version:
GPU models and configuration:
Any other relevant information:
Additional context
The text was updated successfully, but these errors were encountered:
George0828Zhang
changed the title
Bug report - Cartoon voice bad performance on v5, normal on v3
Bug report - Cartoon voice worse performance on v5 than older version
Oct 26, 2024
snakers4
changed the title
Bug report - Cartoon voice worse performance on v5 than older version
[EDGE CASE] Cartoon voice worse performance on v5 than older version
Nov 13, 2024
🐛 Bug
V5 ignores cartoon voices.
To Reproduce
Steps to reproduce the behavior:
while if old version is used (see SYSTRAN/faster-whisper#934 (comment)), the result is
Expected behavior
V5 should be better than older version.
Environment
Please copy and paste the output from this
environment collection script
(or fill out the checklist below manually).
You can get the script and run it with:
conda
,pip
, source):Additional context
The text was updated successfully, but these errors were encountered: