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
d7ce21fa
Unverified
Commit
d7ce21fa
authored
Nov 07, 2018
by
Reed
Committed by
GitHub
Nov 07, 2018
Browse files
Fix PREPROC_HP_NUM_EVAL tag for MLPerf. (#5717)
This tag should match EVAL_HP_NUM_NEG.
parent
541d584e
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 @
d7ce21fa
...
...
@@ -152,7 +152,7 @@ def _filter_index_sort(raw_rating_path, match_mlperf):
num_items
=
len
(
original_items
)
mlperf_helper
.
ncf_print
(
key
=
mlperf_helper
.
TAGS
.
PREPROC_HP_NUM_EVAL
,
value
=
num_users
*
(
1
+
rconst
.
NUM_EVAL_NEGATIVES
)
)
value
=
rconst
.
NUM_EVAL_NEGATIVES
)
mlperf_helper
.
ncf_print
(
key
=
mlperf_helper
.
TAGS
.
PREPROC_HP_SAMPLE_EVAL_REPLACEMENT
,
value
=
match_mlperf
)
...
...
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