Skip to content

Commit 2f43838

Browse files
committed
Fix SASRec GPU test
1 parent 48685ae commit 2f43838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/models/nn/transformers/test_sasrec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def test_u2i_losses(
413413
pd.DataFrame(
414414
{
415415
Columns.User: [30, 30, 30, 40, 40, 40],
416-
Columns.Item: [11, 13, 17, 17, 13, 11],
416+
Columns.Item: [11, 13, 15, 17, 13, 11],
417417
Columns.Rank: [1, 2, 3, 1, 2, 3],
418418
}
419419
),
@@ -454,7 +454,7 @@ def test_u2i_with_key_and_attn_masks(
454454
pd.DataFrame(
455455
{
456456
Columns.User: [30, 30, 30, 40, 40, 40],
457-
Columns.Item: [11, 13, 12, 13, 14, 12],
457+
Columns.Item: [11, 12, 13, 13, 14, 12],
458458
Columns.Rank: [1, 2, 3, 1, 2, 3],
459459
}
460460
),

0 commit comments

Comments
 (0)