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
74d924e9
Commit
74d924e9
authored
Apr 02, 2019
by
Shining Sun
Committed by
Toby Boyd
Apr 02, 2019
Browse files
added missing flags to the real data benchmark (#6483)
parent
371645fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
official/recommendation/ncf_keras_benchmark.py
official/recommendation/ncf_keras_benchmark.py
+2
-0
No files found.
official/recommendation/ncf_keras_benchmark.py
View file @
74d924e9
...
...
@@ -85,6 +85,7 @@ class KerasNCFRealData(KerasNCFBenchmarkBase):
default_flags
[
'dataset'
]
=
'ml-20m'
default_flags
[
'num_gpus'
]
=
1
default_flags
[
'train_epochs'
]
=
14
default_flags
[
'clean'
]
=
True
default_flags
[
'batch_size'
]
=
16000
default_flags
[
'learning_rate'
]
=
0.00382059
default_flags
[
'beta1'
]
=
0.783529
...
...
@@ -93,6 +94,7 @@ class KerasNCFRealData(KerasNCFBenchmarkBase):
default_flags
[
'layers'
]
=
[
256
,
256
,
128
,
64
]
default_flags
[
'num_factors'
]
=
64
default_flags
[
'hr_threshold'
]
=
0.635
default_flags
[
'ml_perf'
]
=
True
default_flags
[
'use_synthetic_data'
]
=
False
super
(
KerasNCFRealData
,
self
).
__init__
(
...
...
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