-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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:

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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels