Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
fefe47ee
"test/git@developer.sourcefind.cn:change/sglang.git" did not exist on "5ff25cdf5b1310e83d9e595142b39ae4d7b561e9"
Commit
fefe47ee
authored
Jan 07, 2019
by
Taylor Robie
Browse files
remove match_mlperf from expected cache keys
parent
e0f26727
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/recommendation/data_preprocessing.py
official/recommendation/data_preprocessing.py
+1
-1
No files found.
official/recommendation/data_preprocessing.py
View file @
fefe47ee
...
@@ -44,7 +44,7 @@ DATASET_TO_NUM_USERS_AND_ITEMS = {
...
@@ -44,7 +44,7 @@ DATASET_TO_NUM_USERS_AND_ITEMS = {
_EXPECTED_CACHE_KEYS
=
(
_EXPECTED_CACHE_KEYS
=
(
rconst
.
TRAIN_USER_KEY
,
rconst
.
TRAIN_ITEM_KEY
,
rconst
.
EVAL_USER_KEY
,
rconst
.
TRAIN_USER_KEY
,
rconst
.
TRAIN_ITEM_KEY
,
rconst
.
EVAL_USER_KEY
,
rconst
.
EVAL_ITEM_KEY
,
rconst
.
USER_MAP
,
rconst
.
ITEM_MAP
,
"match_mlperf"
)
rconst
.
EVAL_ITEM_KEY
,
rconst
.
USER_MAP
,
rconst
.
ITEM_MAP
)
def
_filter_index_sort
(
raw_rating_path
,
cache_path
):
def
_filter_index_sort
(
raw_rating_path
,
cache_path
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment