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
f0708147
Commit
f0708147
authored
Jul 17, 2020
by
Yuefeng Zhou
Committed by
A. Unique TensorFlower
Jul 17, 2020
Browse files
Fix a typo in ncf model.
PiperOrigin-RevId: 321890251
parent
1759f3e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/recommendation/ncf_common.py
official/recommendation/ncf_common.py
+1
-1
No files found.
official/recommendation/ncf_common.py
View file @
f0708147
...
@@ -94,7 +94,7 @@ def parse_flags(flags_obj):
...
@@ -94,7 +94,7 @@ def parse_flags(flags_obj):
"beta2"
:
flags_obj
.
beta2
,
"beta2"
:
flags_obj
.
beta2
,
"epsilon"
:
flags_obj
.
epsilon
,
"epsilon"
:
flags_obj
.
epsilon
,
"match_mlperf"
:
flags_obj
.
ml_perf
,
"match_mlperf"
:
flags_obj
.
ml_perf
,
"epochs_between_evals"
:
FLAGS
.
epochs_between_evals
,
"epochs_between_evals"
:
flags_obj
.
epochs_between_evals
,
"keras_use_ctl"
:
flags_obj
.
keras_use_ctl
,
"keras_use_ctl"
:
flags_obj
.
keras_use_ctl
,
"hr_threshold"
:
flags_obj
.
hr_threshold
,
"hr_threshold"
:
flags_obj
.
hr_threshold
,
"stream_files"
:
flags_obj
.
tpu
is
not
None
,
"stream_files"
:
flags_obj
.
tpu
is
not
None
,
...
...
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