microsoft / UniVL

An official implementation for " UniVL: A Unified Video and Language Pre-Training Model for Multimodal Understanding and Generation"
https://arxiv.org/abs/2002.06353
MIT License
339 stars 54 forks source link

Change in metrics code to convert list of x to np array #31

Open sagarsj42 opened 2 years ago

sagarsj42 commented 2 years ago

Convert the input list of arrays to a numpy array, and negate it for further computation - code throws error otherwise.