boheumd / A2Summ

The official implementation of 'Align and Attend: Multimodal Summarization with Dual Contrastive Losses' (CVPR 2023)
https://boheumd.github.io/A2Summ/
70 stars 10 forks source link

Question about logs #6

Closed dlxdlxdlx closed 1 year ago

dlxdlxdlx commented 1 year ago

Thanks for your contribution for open source! I just reviewed logs using tensorboard. It seems that before using SummaryWriter.addscalar, may be you need to add some prefix like split{index} for datasets like SumMe. image

image above generated from training A2summ using SumMe dataset.

boheumd commented 1 year ago

Thank you for your suggestion. We have updated the code as you suggested.