Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 630c4ca

Browse files
tayoTaylor Robie
authored and
Taylor Robie
committed
Minor comment in movielens python file. (tensorflow#5320)
1 parent 17fa528 commit 630c4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/datasets/movielens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
ML_20M: 138493,
7373
}
7474

75-
# Note: Users are indexed [1, k], not [0, k-1]
75+
# Note: Movies are indexed [1, k], not [0, k-1]
7676
# Both the 1m and 20m datasets use the same movie set.
7777
NUM_ITEM_IDS = 3952
7878

0 commit comments

Comments
 (0)