src_preds, src_global_feature, src_local_feature = self.model(src_image, src_text[:, :-1])
Ma01180724 opened this issue · 2 comments
Ma01180724 commented
src_preds, src_global_feature, src_local_feature = self.model(src_image, src_text[:, :-1])
Ma01180724 commented
why i have a trouble about ‘’too many value to unpack‘’
AprilYapingZhang commented
The bug has been fixed, you could update the code.