MiniXC / alignments

Automatically creates/downloads alignments for multiple speech datasets, using pre-existing alignments were possible.
5 stars 0 forks source link

ModuleNotFoundError: No module named 'alignments.datasets.libritts' #4

Open pier-maker92 opened 2 months ago

pier-maker92 commented 2 months ago

ModuleNotFoundError: No module named 'alignments.datasets.libritts' Screenshot 2024-04-22 alle 11 53 24

Hi, I'm trying to use the https://huggingface.co/datasets/cdminix/libritts-aligned. I get this error. It seems it searches for "libritts", but I saw a "librispeech" folder in the current repo.

Those are my install

!pip install git+https://github.com/huggingface/transformers.git
!pip install datasets optimum
!pip install alignments phones nnAudio speech-collator
!pip install git+https://github.com/MiniXC/alignments.git
wh1t3tea commented 2 months ago

ModuleNotFoundError: No module named 'alignments.datasets.libritts' Screenshot 2024-04-22 alle 11 53 24

Hi, I'm trying to use the https://huggingface.co/datasets/cdminix/libritts-aligned. I get this error. It seems it searches for "libritts", but I saw a "librispeech" folder in the current repo.

Those are my install

!pip install git+https://github.com/huggingface/transformers.git
!pip install datasets optimum
!pip install alignments phones nnAudio speech-collator
!pip install git+https://github.com/MiniXC/alignments.git

have u found solution?