gabeur / mmt

Multi-Modal Transformer for Video Retrieval
http://thoth.inrialpes.fr/research/MMT/
Apache License 2.0
259 stars 41 forks source link

About Dataloader #16

Closed fmy266 closed 3 years ago

fmy266 commented 3 years ago

Thank you for your generous sharing of your code! But I meet an issue during running your code directly. I found that an error was thrown during loading data (AttributeError: 'Dataset' object has no attribute 'value', video_data[f"raw_captions.{i}"].value). I tried to modify the attribute, but I did not find a proper one.

Thank you!

fmy266 commented 3 years ago

The issue was solved. Thanks!

JonnyS1226 commented 2 years ago

hi, sorry to bother you, could you tell me how to solve it?

JonnyS1226 commented 2 years ago

I solved it as it was caused by the incompatible version, run !pip3 install --upgrade pip && pip3 install h5py=='2.9.0'. Anyway, thanks~