Commit 372ac40a authored by guptapriya's avatar guptapriya
Browse files

Remove extra time_callback

parent 719eec7b
......@@ -273,7 +273,6 @@ def run_ncf(_):
beta_1=params["beta1"],
beta_2=params["beta2"],
epsilon=params["epsilon"])
time_callback = keras_utils.TimeHistory(batch_size, FLAGS.log_steps)
keras_model.compile(
loss=_keras_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