Skip to content

Commit

Permalink
add attention layer and AITM model
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxudong committed Jun 13, 2024
1 parent c1da79f commit 6683f7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easy_rec/python/model/multi_task_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ def get_outputs(self):
suffix='_%s' % tower_name))
else:
for loss in task_tower_cfg.losses:
if loss.loss_type == LossType.ORDER_CALIBRATE_LOSS:
continue
outputs.extend(
self._get_outputs_impl(
loss.loss_type,
Expand Down

0 comments on commit 6683f7d

Please sign in to comment.