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
f519c015
Unverified
Commit
f519c015
authored
Apr 18, 2019
by
Shining Sun
Committed by
GitHub
Apr 18, 2019
Browse files
Fix the batch_size of the ncf benchmark (#6597)
parent
c33d3ef4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/recommendation/ncf_keras_benchmark.py
official/recommendation/ncf_keras_benchmark.py
+2
-2
No files found.
official/recommendation/ncf_keras_benchmark.py
View file @
f519c015
...
...
@@ -86,7 +86,7 @@ class KerasNCFRealData(KerasNCFBenchmarkBase):
default_flags
[
'num_gpus'
]
=
1
default_flags
[
'train_epochs'
]
=
14
default_flags
[
'clean'
]
=
True
default_flags
[
'batch_size'
]
=
16000
default_flags
[
'batch_size'
]
=
16000
0
default_flags
[
'learning_rate'
]
=
0.00382059
default_flags
[
'beta1'
]
=
0.783529
default_flags
[
'beta2'
]
=
0.909003
...
...
@@ -126,7 +126,7 @@ class KerasNCFSyntheticData(KerasNCFBenchmarkBase):
default_flags
[
'dataset'
]
=
'ml-20m'
default_flags
[
'num_gpus'
]
=
1
default_flags
[
'train_epochs'
]
=
14
default_flags
[
'batch_size'
]
=
16000
default_flags
[
'batch_size'
]
=
16000
0
default_flags
[
'learning_rate'
]
=
0.00382059
default_flags
[
'beta1'
]
=
0.783529
default_flags
[
'beta2'
]
=
0.909003
...
...
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