KunpengLi1994 / VSRN

PyTorch code for ICCV'19 paper "Visual Semantic Reasoning for Image-Text Matching"
288 stars 47 forks source link

vocab #14

Closed MauritsBleeker closed 4 years ago

MauritsBleeker commented 4 years ago

Hi,

In train.py the vocab is loaded as 'vocab.pkl', while the vocab provided in the data is a .json file? Is this pickle file the same json dict?

Best, Maurits

MauritsBleeker commented 4 years ago

Never mind I missed the vocab map in the repo