InventoryL

Results 2 issues of InventoryL

We have noticed variations in the orientation of different expressions among individuals in the downloaded data. This has caused challenges in processing and analyzing the data. We would like to...

我在根据readme进行1,2阶段的训练后在Mer2023数据集上进行了测试,在stage1时,我们采用 `self.task_pool = [ "emotion", "reason", # "reason_v2", ]` 的方式在MERR_coarse_grained.txt上进行了训练,在stage2时,我们采用了 `self.task_pool = [ # "emotion", # "reason", "reason_v2", ]` 进行在MERR_fine_grained.txt训练。但是在finetune后使用stage2_checkpoint_29.pth进行测试时的结果为: > Accuracy: 0.7110311750599521 > Precision: 0.7735778710323865 > Recall: 0.7110311750599521 >...