Open SamuelLarkin opened 4 hours ago
I also saw the same problem when trying to test #565: I was unable to create a DFA model to see the changes from #565 in action.
And while the help messages are already clearer with https://github.com/EveryVoiceTTS/DeepForcedAligner/pull/26 merged in, this issue highlights that some more improvement might still be required: it should be clear how to use dfaligner
from its help messages.
Bug description
According the aligner's
preprocess
, runningpython -m everyvoice.model.aligner.DeepForcedAligner.dfaligner.cli preprocess config/everyvoice-aligner.yaml
should generate all require files to dopython -m everyvoice.model.aligner.DeepForcedAligner.dfaligner.cli extract-alignments config/everyvoice-aligner.yaml --no-predict
. The duration files are not generated.If they aren't generated because
sox
is not installed, a clear warning should be displayed.How to reproduce the bug
Preprocess
Extract Alignments
Error messages and logs
Environment
Current environment
``` #- EveryVoice Version: #- PyTorch Lightning Version (e.g., 2.4.0): #- PyTorch Version (e.g., 2.4): #- Python version (e.g., 3.12): #- OS (e.g., Linux): #- CUDA/cuDNN version: #- GPU models and configuration: #- How you installed EveryVoice (`conda`, `pip`, source): ```More info
Help Message