"data/vscode:/vscode.git/clone" did not exist on "f27d308fbea86fe36a7189923be74d78b767909f"
Commit 87c0e09d authored by Priya Gupta's avatar Priya Gupta
Browse files

Merge branch 'cifar_keras' of https://github.com/tensorflow/models into cifar_keras

parents 3060b534 e17e64bb
......@@ -301,6 +301,8 @@ def run_cifar_with_keras(flags_obj):
lr_callback,
tesorboard_callback
],
validation_steps=num_eval_steps,
validation_data=eval_input_dataset,
verbose=1)
eval_output = model.evaluate(eval_input_dataset,
......
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