babysor / babysor/MockingBird

运行 python .\pre.py G:\AISHELL-3 preprocess_audio.py预处理报错,要在transformers里边导包,可是没有这个文件夹啊

Open
#979 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
36.9k
Forks
5.2k
PR merge metrics
No merged PRs in 30d

Description

Traceback (most recent call last):
File ".\pre.py", line 1, in
from models.synthesizer.preprocess import create_embeddings, preprocess_dataset, create_emo
File "H:\yuyin\MockingBird-main\models\synthesizer\preprocess.py", line 9, in
from models.synthesizer.preprocess_audio import preprocess_general, extract_emo
File "H:\yuyin\MockingBird-main\models\synthesizer\preprocess_audio.py", line 13, in
from transformers import Wav2Vec2Processor
ModuleNotFoundError: No module named 'transformers'

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with pre.py and follow the imports into models/synthesizer/preprocess.py and models/synthesizer/preprocess_audio.py, where Wav2Vec2Processor is imported. Run the reported preprocessing command and check the project's dependency instructions for the transformers package. Done means preprocessing gets past the missing-module error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.