Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-trained Models and Training Stages for MOSI and MOSEI Datasets #1

Open
iokaff opened this issue Sep 22, 2024 · 1 comment
Open

Comments

@iokaff
Copy link

iokaff commented Sep 22, 2024

Hello,

I have a couple of questions regarding the training process for the MOSI and MOSEI datasets:

  1. Do you use pre-trained models for the MOSI and MOSEI datasets, or are they trained from scratch in your implementation?
  2. 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!

@huacong
Copy link
Owner

huacong commented Nov 8, 2024

Hello,

I have a couple of questions regarding the training process for the MOSI and MOSEI datasets:

  1. Do you use pre-trained models for the MOSI and MOSEI datasets, or are they trained from scratch in your implementation?
  2. 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!

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants