Skip to content

Commit 778b47c

Browse files
Pyre Bot Jrfacebook-github-bot
Pyre Bot Jr
authored andcommitted
suppress errors in torchrec
Differential Revision: D37197599 fbshipit-source-id: df78b5c5b42dc855274e7f24cb7d097410c7bd3a
1 parent 649c937 commit 778b47c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/bert4rec/bert4rec_main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ def main(argv: List[str]) -> None:
445445

446446
world_size = dist.get_world_size()
447447

448+
# pyre-fixme[16]: Module `data` has no attribute `bert4rec_movielens_datasets`.
448449
raw_data = get_raw_dataframe(
449450
args.dataset_name,
450451
args.random_user_count,
@@ -454,6 +455,7 @@ def main(argv: List[str]) -> None:
454455
args.dataset_path,
455456
)
456457

458+
# pyre-fixme[16]: Module `data` has no attribute `bert4rec_movielens_datasets`.
457459
df = Bert4RecPreprocsser(
458460
raw_data,
459461
args.min_rating,

0 commit comments

Comments
 (0)