AprilYapingZhang/Seq2SeqAdapt

src_preds, src_global_feature, src_local_feature = self.model(src_image, src_text[:, :-1])

Ma01180724 opened this issue · 2 comments

src_preds, src_global_feature, src_local_feature = self.model(src_image, src_text[:, :-1])

why i have a trouble about ‘’too many value to unpack‘’

The bug has been fixed, you could update the code.