Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangGongjie committed Apr 1, 2022
1 parent 5f9f45c commit aaf1936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/fast_detr.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def forward(self, samples: NestedTensor):

out = {'pred_logits': outputs_class[-1], 'pred_boxes': outputs_coords[-1]}
if self.aux_loss:
out['aux_outputs'] = self._set_aux_loss(outputs_class, outputs_coords)
out['aux_outputs'] = self._set_aux_loss(outputs_class, outputs_coords)

return out

Expand Down

0 comments on commit aaf1936

Please sign in to comment.