Closed fmy266 closed 3 years ago
The issue was solved. Thanks!
hi, sorry to bother you, could you tell me how to solve it?
I solved it as it was caused by the incompatible version, run !pip3 install --upgrade pip && pip3 install h5py=='2.9.0'
.
Anyway, thanks~
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!