Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
superkoma committed Sep 7, 2023
1 parent d44c395 commit ef5092a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def get_loss(self, tb_dict=None):
self.targets_dict['heading_cls'][i, :num]
) / bs

dir_tmp_loss += reg_loss(
dir_tmp_loss = reg_loss(
self.preds_dict['heading_reg'][i, :num, :],
self.targets_dict['heading_reg'][i, :num, :]
)
Expand Down

0 comments on commit ef5092a

Please sign in to comment.