Commit d01ac976 authored by guptapriya's avatar guptapriya
Browse files

Update min/max threshold for NCF

parent 99a34a6c
......@@ -105,12 +105,12 @@ class KerasNCFRealData(KerasNCFBenchmarkBase):
metrics.append({'name': 'exp_per_second',
'value': stats['avg_exp_per_second']})
# Target is 0.625, but some runs are below that level. Until we have
# Target is 0.635, but some runs are below that level. Until we have
# multi-run tests, we have to accept a lower target.
metrics.append({'name': 'hr_at_10',
'value': stats['eval_hit_rate'],
'min_value': 0.618,
'max_value': 0.635})
'min_value': 0.630,
'max_value': 0.640})
metrics.append({'name': 'train_loss',
'value': stats['loss']})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment