-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Finally got v3.3.1 installed by pinning pytorch==2.3.1 and torchaudio==2.3.1 (#967 (comment)).
Transcripts are generated with diarization, but can anyone confirm with this new version that none of these (especially the last one) are an indication of whisperX not performing as expected?
New:
INFO:speechbrain.utils.quirks:Applied quirks (see `speechbrain.utils.quirks`): [allow_tf32, disable_jit_profiling]
INFO:speechbrain.utils.quirks:Excluded quirks specified by the `SB_DISABLE_QUIRKS` environment (comma-separated list): []
Existing in v3.1.1, assuming still okay?
Lightning automatically upgraded your loaded checkpoint from v1.5.4 to v2.5.0.post0. To apply the upgrade to your files permanently, run `python -m pytorch_lightning.utilities.upgrade_checkpoint whisperx/lib/python3.12/site-packages/whisperx/assets/pytorch_model.bin`
Model was trained with pyannote.audio 0.0.1, yours is 3.3.2. Bad things might happen unless you revert pyannote.audio to 0.x.
Model was trained with torch 1.10.0+cu102, yours is 2.3.1+cu118. Bad things might happen unless you revert torch to 1.x.
New:
/home/ubuntu/whisperx/lib/python3.12/site-packages/pyannote/audio/utils/reproducibility.py:74: ReproducibilityWarning: TensorFloat-32 (TF32) has been disabled as it might lead to reproducibility issues and lower accuracy.
It can be re-enabled by calling
>>> import torch
>>> torch.backends.cuda.matmul.allow_tf32 = True
>>> torch.backends.cudnn.allow_tf32 = True
See https://github.com/pyannote/pyannote-audio/issues/1370 for more details.
New:
/home/ubuntu/whisperx/lib/python3.12/site-packages/pyannote/audio/models/blocks/pooling.py:104: UserWarning: std(): degrees of freedom is <= 0. Correction should be strictly less than the reduction factor (input numel divided by output numel). (Triggered internally at ../aten/src/ATen/native/ReduceOps.cpp:1807.)
std = sequences.std(dim=-1, correction=1)
Lastly, can any of these be suppressed?
Majdoddin, sxy-trans-n, srcnuzn, Schamp1, cczw2010 and 5 more
Metadata
Metadata
Assignees
Labels
No labels