Skip to content

Questions regarding the deviation of experimental results and testing details #5

@brightest66

Description

@brightest66

Hello, thank you for contributing the code.

When reproducing your code on an NVIDIA GeForce RTX 4090, the code for obtaining the experimental results on the MOSI dataset is as follows:

dataset="mosi" # Can be in ["mosi", "humor", "sarcasm", "mimic", "visionandtouch", "visionandtouch-bin"]
python main_multibench.py \
      data.data_module.dataset=${dataset} \
      model="comm" \
      trainer.max_epochs=100 \
      optim.lr=1e-3 \
      optim.weight_decay=1e-2 \
      +trainer.devices=[1] \
      mode="test" \
      +ckpt_path="CoMM/mosi/logs/version_0/checkpoints/epoch=99-step=2100.ckpt"

The obtained results are as follows:
Image

As can be seen, this result differs significantly from the result in the paper. Even within an error range of 1.3%, there is a rather large discrepancy. I would like to ask how you obtained the experimental results. Did you select the model from the last epoch for testing or the model that performed optimally on the validation dataset for testing? And which specific test set was chosen? If possible, could you please tell me more details about the testing on other datasets?

Thank you very much for your assistance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions