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
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 the while 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!
The text was updated successfully, but these errors were encountered:
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 the while 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!
For the MOSI and MOSEI datasets, we feed the customized multimodal features extracted by the MMSA-FET toolkit to train our model from scratch.
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!
The text was updated successfully, but these errors were encountered: