cristinalunaj / MMEmotionRecognition

Repository with the code of the paper: A proposal for Multimodal Emotion Recognition using auraltransformers and Action Units on RAVDESS dataset
MIT License
96 stars 37 forks source link

The Trainer stuck at 0% #9

Open lxrswdd opened 1 year ago

lxrswdd commented 1 year ago

Hi, I was running the training codes

python3 MMEmotionRecognition/src/Audio/FineTuningWav2Vec/main_FineTuneWav2Vec_CV.py 
--audios_dir <RAVDESS_dir>/audios_16kHz --cache_dir MMEmotionRecognition/data/Audio/cache_dir 
--out_dir <RAVDESS_dir>/FineTuningWav2Vec2_out
--model_id jonatasgrosman/wav2vec2-large-xlsr-53-english

However, the Trainer shows no progress.

Num examples = 120
  Num Epochs = 10
  Instantaneous batch size per device = 4
  Total train batch size (w. parallel, distributed & accumulation) = 16
  Gradient Accumulation steps = 2
  Total optimization steps = 70
  0%|                                                                                                                                                        | 0/70 [00:00<?, ?it/s]

Do you know the possible problem?

Minkyoon commented 1 year ago

I have the same problem. Does anyone know a solution?

cristinalunaj commented 1 year ago

Hello! Sorry for the late reply, I realized that many people are having this issue but I have not experienced it before, so I guess that maybe it is a problem with the new versions of Python or some of their packages, but I am not sure, can you provide more information about which python version you are using and the packages? I could try to see if I can replicate the error to find a solution.

Silent-Roar commented 11 months ago

Hello! Sorry for the late reply, I realized that many people are having this issue but I have not experienced it before, so I guess that maybe it is a problem with the new versions of Python or some of their packages, but I am not sure, can you provide more information about which python version you are using and the packages? I could try to see if I can replicate the error to find a solution.

May I ask about your version of Python? I am supposed to run the training codes

cristinalunaj commented 11 months ago

Hi, I think that my Python version was 3.8.8