py-rgb

Results 11 comments of py-rgb

You can find the CMU-MOSI and CMU-MOSEI datasets, which utilize GloVe for text feature extraction, at https://github.com/pliang279/MultiBench.

To achieve that, you can comment out lines 81-83 of the code. Alternatively, you can wait for us to upload the updated code and use that version.

Please refer to the documentation at https://github.com/thuiar/MMSA/wiki/APIs for instructions on API usage. Regarding the error you encountered, it was caused by an incorrect loading path for the config file while...

**具体的特征抽取方法参考相关数据集论文。以下是所以数据集的链接** https://aclanthology.org/2020.acl-main.343.pdf ch-sims数据集;https://aclanthology.org/P18-1208.pdf mosei数据集;https://aclanthology.org/P18-1208.pdf mosi数据集;https://dl.acm.org/doi/pdf/10.1145/3536221.3556630 ch-simsv2数据集

可以提供具体的信息?如如何实现混合精度,与出错误的数据id等信息。

SIMS v2数据集中部分样本的vision特征值存在很大的值,我觉得这可能是导致运算出现Nan的原因。你可以试着在forward之前,对vision特征做一次归一化,看看是否还会出现Nan。

Hello, according to the reported error, it seems that the dataset files are missing. To resolve this, please download the dataset files provided and make the following modifications in the ...

API的使用,请阅读https://github.com/thuiar/MMSA/wiki/APIs文档。 你可以提供错误信息,我们会试着解决。

这应该是加载json文件的时候出现错误,疑似是config_regression.json格式问题导致的报错,你可以在仓库重新下载份config_regression.json替换目前的json文件

![1703145142485](https://github.com/thuiar/MMSA/assets/65101664/5bafe4f7-8f18-40ea-a331-22cb1fa28b35) 你是这一行报错的,应该是加载config文件出错了,你可以围绕这个debug一下。