Commit f0708147 authored by Yuefeng Zhou's avatar Yuefeng Zhou Committed by A. Unique TensorFlower
Browse files

Fix a typo in ncf model.

PiperOrigin-RevId: 321890251
parent 1759f3e0
......@@ -94,7 +94,7 @@ def parse_flags(flags_obj):
"beta2": flags_obj.beta2,
"epsilon": flags_obj.epsilon,
"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,
"hr_threshold": flags_obj.hr_threshold,
"stream_files": flags_obj.tpu is not None,
......
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