Multimodal-End2end-Sparse icon indicating copy to clipboard operation
Multimodal-End2end-Sparse copied to clipboard

The code repository for NAACL 2021 paper "Multimodal End-to-End Sparse Model for Emotion Recognition".

Results 10 Multimodal-End2end-Sparse issues
Sort by recently updated
recently updated
newest added

调小batchsize没有用,请问如何让bseline模型不超内存呢

Hi, When I try to run sparse MME2E with default settings according to ReadME, I got the following error. Can you help with it? Thanks in advance. RuntimeError: split_with_sizes expects...

Hello, I have some question about this code,after we tokenizer the text transcription into tensor, when we use the model 'mme2e', it occurred the error below ,thanks for you help....

we got problems when extracting visual data, the results we got is all 0 of IEMOCAP. We found it works when other videos but error when IEMOCAP. We tried download...

请问这个是什么问题呢 问题出于 ![image](https://github.com/wenliangdai/Multimodal-End2end-Sparse/assets/131009026/27aaacbd-663a-472f-9559-1bffecac6e5d)

Deer professor, I want to download the IEMOCAP dataset that you shared in oneDrive, it seems like need a password, could you send it to me ,thank you

Hello! The link to the raw CMU-MOSEI dataset [http://immortal.multicomp.cs.cmu.edu/raw_datasets/CMU_MOSEI.zip] is no longer available, could you please share it?

Hi, Thank you very much for the code you shared. I tried to run the code with the following arguments: `python main.py -lr=5e-5 -ep=40 -mod=tav -bs=8 --img-interval=500 --early-stop=6 --loss=bce --cuda=3...