thuiar / MMSA

MMSA is a unified framework for Multimodal Sentiment Analysis.
MIT License
634 stars 104 forks source link

Reporting problems with TFR-Net on the SIMS dataset #90

Closed Haoyu-ha closed 5 months ago

Haoyu-ha commented 5 months ago

TFR-Net does not work with default parameters on SIMS dataset, it reports an error.

assert self.head_dim * num_heads == self.embed_dim, "embed_dim must be divisible by num_heads" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: embed_dim must be divisible by num_heads

Columbine21 commented 5 months ago

TFR-Net 在 SIMS 运行时需要把num_heads 设置成1。

Haoyu-ha commented 5 months ago

TFR-Net 在 SIMS 运行时需要把num_heads 设置成1。

好的好的,非常感谢回复~ 之前是这样跑的,但是担心是不是有问题 就还是问了一下。