An official implementation for " UniVL: A Unified Video and Language Pre-Training Model for Multimodal Understanding and Generation"
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
Convert the input list of arrays to a numpy array, and negate it for further computation - code throws error otherwise.