Skip to content
Snippets Groups Projects
Commit 132cffa9 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Updated graph name. It changed from tensorflow 1.8 to 1.9

parent a52bf3df
Branches
Tags
1 merge request!69For some reason tensorflow 1.9 changed such index from 1 to 0
Pipeline #24040 failed
......@@ -20,7 +20,7 @@ def test_early_stopping_linear_classifier():
hooks = [
EarlyStopping(
'linear/head/metrics/accuracy/value', min_delta=0.001, patience=1),
'linear/metrics/accuracy/total', min_delta=0.001, patience=1),
]
train_spec = tf.estimator.TrainSpec(input_fn=train_input_fn)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment