TAILOR icon indicating copy to clipboard operation
TAILOR copied to clipboard

Pytorch implementation for Tailor Versatile Multi-modal Learning for Multi-label Emotion Recognition

Results 4 TAILOR issues
Sort by recently updated
recently updated
newest added

When I tried to run the inference.py through cmd, it got an error in the title. The position is TAILOR-main\src\models\models.py." How do you fix it and run it? ![305f4f4abdb48117d42959b5d631cb9](https://github.com/kniter1/TAILOR/assets/167486002/a26d2097-32c1-4102-9162-d7031f845382) Thank...

作者你好,首先感谢你能开源这个非常棒的项目。我在使用你代码的途中对数据集这一块有些疑惑,我想咨询一下train_vaild_test.pt文件是如何生成的,是否有tool kit可以进行类似多模态数据集的处理(比如MELD, IEMOCAP等),谢谢!期待你的回复!

Weight doesn't exsits. TAILOR-main\src\models\audio-base\audio_model.bin 作者您好 请问出现这个报错需要怎么处理 权重文件哪里可以获得

1、计算指标时,函数调用 真实值与预测值位置写反了; 2、DataLoader有个参数drop_last=True,部分数据会被舍弃,导致指标计算的并不是全量数据;