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
d01ac976
Commit
d01ac976
authored
Jun 04, 2019
by
guptapriya
Browse files
Update min/max threshold for NCF
parent
99a34a6c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
official/recommendation/ncf_keras_benchmark.py
official/recommendation/ncf_keras_benchmark.py
+3
-3
No files found.
official/recommendation/ncf_keras_benchmark.py
View file @
d01ac976
...
@@ -105,12 +105,12 @@ class KerasNCFRealData(KerasNCFBenchmarkBase):
...
@@ -105,12 +105,12 @@ class KerasNCFRealData(KerasNCFBenchmarkBase):
metrics
.
append
({
'name'
:
'exp_per_second'
,
metrics
.
append
({
'name'
:
'exp_per_second'
,
'value'
:
stats
[
'avg_exp_per_second'
]})
'value'
:
stats
[
'avg_exp_per_second'
]})
# Target is 0.6
2
5, but some runs are below that level. Until we have
# Target is 0.6
3
5, but some runs are below that level. Until we have
# multi-run tests, we have to accept a lower target.
# multi-run tests, we have to accept a lower target.
metrics
.
append
({
'name'
:
'hr_at_10'
,
metrics
.
append
({
'name'
:
'hr_at_10'
,
'value'
:
stats
[
'eval_hit_rate'
],
'value'
:
stats
[
'eval_hit_rate'
],
'min_value'
:
0.6
18
,
'min_value'
:
0.6
30
,
'max_value'
:
0.6
35
})
'max_value'
:
0.6
40
})
metrics
.
append
({
'name'
:
'train_loss'
,
metrics
.
append
({
'name'
:
'train_loss'
,
'value'
:
stats
[
'loss'
]})
'value'
:
stats
[
'loss'
]})
...
...
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