kitsch231 / pytorch_fake_news_Classification_mml

使用pytorch完成的一个多模态分类任务,文本和图像部分分别使用了bert和resnet提取特征(在config里可以组合多种模型),在我的小规模数据集上取得了良好的性能(验证集acc96%)
61 stars 8 forks source link

关于运行后的准确率问题 #4

Open 12hsk opened 1 year ago

12hsk commented 1 year ago

用了同一种bert模型,但是修改了运行的epoch,最终测试的准确率是递减的这个正常吗,最高的准确率也就70%

12hsk commented 1 year ago

image

kitsch231 commented 1 year ago

不正常,换了数据集吗

---原始邮件--- 发件人: @.> 发送时间: 2023年10月15日(周日) 下午4:05 收件人: @.>; 抄送: @.***>; 主题: Re: [kitsch231/pytorch_fake_news_Classification_mml] 关于运行后的准确率问题 (Issue #4)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

12hsk commented 1 year ago

没有,用的链接里提供的数据集