Skip to content

Commit

Permalink
fix seq_group_name attr
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankongdeguiji committed Oct 9, 2024
1 parent ea37b75 commit 6848099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tzrec/models/tdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def __init__(
)

non_seq_fea_dim = 0
self.seq_group_name = ""
self.non_seq_group_name = []
query_emb_dim = 0
for feature_group in model_config.feature_groups:
Expand Down

0 comments on commit 6848099

Please sign in to comment.