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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: