cesc-park / attend2u

🖼️ Attend to You: Personalized Image Captioning with Context Sequence Memory Networks. In CVPR, 2017. Expanded : Towards Personalized Image Captioning via Multimodal Memory Networks. In IEEE TPAMI, 2018.
MIT License
209 stars 57 forks source link

about the validation dataset part? #5

Closed 201528014227051 closed 6 years ago

201528014227051 commented 7 years ago

In papar's EXperiments part, said "we randomly split the dataset into 90% for training, 5k posts for test and the rest for validation" but I read the code and found the dataset is parted into train.txt test1.txt and test2.txt, but the text2.txt is not used in code, Did I miss something? looking forward to your reply.

cesc-park commented 6 years ago

Sorry for the late reply. You should not confuse test2 with validation. Test2 is a test set made to obtain the "split by posts" result of Table 3 in the paper.

201528014227051 commented 6 years ago

thanks for reply, i know it.