songpipi / EPAN

Code of Emotion-Prior Awareness Network for Emotional Video Captioning
1 stars 0 forks source link

TypeError: Indexing elements must be in increasing order #2

Open cxlshmily opened 1 month ago

cxlshmily commented 1 month ago

is:issue is:open TypeError: Indexing elements must be in increasing order,when i try to load the HDF5 file,in clip_train.hdf5,run:for vid in fin.keys():,it turns to warn me that error,when i print the len(feat),it shows that the first len(feat) is 57,which is corrcet;but the second len(feat) is 7,which is less than frame_sample_len: int = 30 set in Config ,do you know why?

Gumlong commented 1 week ago

Hi! Did you successfully reproduce the code?