luozhiping
Results
2
comments of
luozhiping
change input param to self.encoder(encoder_input, pos_embed=pos_embed, mask=is_pad) and then got this error: : forward() missing 1 required positional argument: 'query_embed'
 is there any wrong here? actually it should be encoder = build_encoder(args)