Open iokaff opened 1 month ago
Hello,
I have a couple of questions regarding the training process for the MOSI and MOSEI datasets:
- Do you use pre-trained models for the MOSI and MOSEI datasets, or are they trained from scratch in your implementation?
- When running the
train_MSA.py
file, in thewhile check_status(stage)
loop, how many stages do you typically use for MOSI and MOSEI? Is it 1001, or is there a different recommended number of stages for these datasets?Thank you in advance for your help!
Thanks for your interest in our work!
1) For the MOSI and MOSEI datasets, we feed the customized multimodal features extracted by the MMSA-FET toolkit to train our model from scratch. 2) I'd recommend 100 for that.
Hello,
I have a couple of questions regarding the training process for the MOSI and MOSEI datasets:
train_MSA.py
file, in thewhile check_status(stage)
loop, how many stages do you typically use for MOSI and MOSEI? Is it 1001, or is there a different recommended number of stages for these datasets?Thank you in advance for your help!