"...hubert/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "44f4a5ea9ce1e5c9a900589bf57e0d2a99957355"
Commit 630c4ca8 authored by Tayo Oguntebi's avatar Tayo Oguntebi Committed by Taylor Robie
Browse files

Minor comment in movielens python file. (#5320)

parent 17fa5286
...@@ -72,7 +72,7 @@ NUM_USER_IDS = { ...@@ -72,7 +72,7 @@ NUM_USER_IDS = {
ML_20M: 138493, ML_20M: 138493,
} }
# Note: Users are indexed [1, k], not [0, k-1] # Note: Movies are indexed [1, k], not [0, k-1]
# Both the 1m and 20m datasets use the same movie set. # Both the 1m and 20m datasets use the same movie set.
NUM_ITEM_IDS = 3952 NUM_ITEM_IDS = 3952
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment