fanyunfeng-bit / Modal-Imbalance-PMR

PMR: Prototypical Modal Rebalance for Multimodal Learning
MIT License
30 stars 6 forks source link

The command to reprouduce the performance of PMR on CRAMED dataset #3

Open shicaiwei123 opened 1 year ago

shicaiwei123 commented 1 year ago

Hello,

Thanks for your exciting work.

I have reproduced the performance of unimodal modality in CRAMED. However, I can not find the bash file, or command, to reproduce the performance of PMR in CRAMED dataset, could you provide me a bash command?

Now I run the command as follows, provided in bash.sh file,

python main_Prototype_grad.py --dataset CREMAD --modulation Proto --fusion_method concat --num_frame 3 --epochs 130 --learning_rate 0.001 --modulation_starts 0 --modulation_ends 70 --alpha 2.0 --train --momentum_coef 0.0 --optimizer Adam

However, the performance is only 56.9, and 56.3 for --optimizer SGD.

The platform is 3090 ubutun20 cuda 11.3.

I do not know what's wrong

I am looking forward to your reply.

kkontras commented 1 year ago

Hi, same issue here.