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?
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?