WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py:719 in evaluate.: calling BaseEstimator.evaluate (from tensorflow.contrib.learn.python.learn.estimators.estimator) with x is deprecated and will be removed after 2016-12-01.
Instructions for updating:
Estimator is decoupled from Scikit Learn interface by moving into
separate class SKCompat. Arguments x, y and batch_size are only
available in the SKCompat class, Estimator will only accept input_fn.
Example conversion:
est = Estimator(...) -> est = SKCompat(Estimator(...))
WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py:719 in evaluate.: calling BaseEstimator.evaluate (from tensorflow.contrib.learn.python.learn.estimators.estimator) with y is deprecated and will be removed after 2016-12-01.
Instructions for updating:
Estimator is decoupled from Scikit Learn interface by moving into
separate class SKCompat. Arguments x, y and batch_size are only
available in the SKCompat class, Estimator will only accept input_fn.
Example conversion:
est = Estimator(...) -> est = SKCompat(Estimator(...))
WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py:719 in evaluate.: calling BaseEstimator.evaluate (from tensorflow.contrib.learn.python.learn.estimators.estimator) with batch_size is deprecated and will be removed after 2016-12-01.
Instructions for updating:
Estimator is decoupled from Scikit Learn interface by moving into
separate class SKCompat. Arguments x, y and batch_size are only
available in the SKCompat class, Estimator will only accept input_fn.
Example conversion:
est = Estimator(...) -> est = SKCompat(Estimator(...))
WARNING:tensorflow:Rank of input Tensor (1) should be the same as output_rank (2) for column. Will attempt to expand dims. It is highly recommended that you resize your input, as this behavior may change.
WARNING:tensorflow:Rank of input Tensor (1) should be the same as output_rank (2) for column. Will attempt to expand dims. It is highly recommended that you resize your input, as this behavior may change.
WARNING:tensorflow:Rank of input Tensor (1) should be the same as output_rank (2) for column. Will attempt to expand dims. It is highly recommended that you resize your input, as this behavior may change.
WARNING:tensorflow:Rank of input Tensor (1) should be the same as output_rank (2) for column. Will attempt to expand dims. It is highly recommended that you resize your input, as this behavior may change.
WARNING:tensorflow:Rank of input Tensor (1) should be the same as output_rank (2) for column. Will attempt to expand dims. It is highly recommended that you resize your input, as this behavior may change.
WARNING:tensorflow:Rank of input Tensor (1) should be the same as output_rank (2) for column. Will attempt to expand dims. It is highly recommended that you resize your input, as this behavior may change.
WARNING:tensorflow:Rank of input Tensor (1) should be the same as output_rank (2) for column. Will attempt to expand dims. It is highly recommended that you resize your input, as this behavior may change.
WARNING:tensorflow:Rank of input Tensor (1) should be the same as output_rank (2) for column. Will attempt to expand dims. It is highly recommended that you resize your input, as this behavior may change.
WARNING:tensorflow:Rank of input Tensor (1) should be the same as output_rank (2) for column. Will attempt to expand dims. It is highly recommended that you resize your input, as this behavior may change.
WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py:364 in _add_hidden_layer_summary.: scalar_summary (from tensorflow.python.ops.logging_ops) is deprecated and will be removed after 2016-11-30.
Instructions for updating:
Please switch to tf.summary.scalar. Note that tf.summary.scalar uses the node name instead of the tag. This means that TensorFlow will automatically de-duplicate summary names based on the scope they are created in. Also, passing a tensor or list of tags to a scalar summary op is no longer supported.
WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py:365 in _add_hidden_layer_summary.: histogram_summary (from tensorflow.python.ops.logging_ops) is deprecated and will be removed after 2016-11-30.
Instructions for updating:
Please switch to tf.summary.histogram. Note that tf.summary.histogram uses the node name instead of the tag. This means that TensorFlow will automatically de-duplicate summary names based on their scope.
WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py:364 in _add_hidden_layer_summary.: scalar_summary (from tensorflow.python.ops.logging_ops) is deprecated and will be removed after 2016-11-30.
Instructions for updating:
Please switch to tf.summary.scalar. Note that tf.summary.scalar uses the node name instead of the tag. This means that TensorFlow will automatically de-duplicate summary names based on the scope they are created in. Also, passing a tensor or list of tags to a scalar summary op is no longer supported.
WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py:365 in _add_hidden_layer_summary.: histogram_summary (from tensorflow.python.ops.logging_ops) is deprecated and will be removed after 2016-11-30.
Instructions for updating:
Please switch to tf.summary.histogram. Note that tf.summary.histogram uses the node name instead of the tag. This means that TensorFlow will automatically de-duplicate summary names based on their scope.
WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py:364 in _add_hidden_layer_summary.: scalar_summary (from tensorflow.python.ops.logging_ops) is deprecated and will be removed after 2016-11-30.
Instructions for updating:
Please switch to tf.summary.scalar. Note that tf.summary.scalar uses the node name instead of the tag. This means that TensorFlow will automatically de-duplicate summary names based on the scope they are created in. Also, passing a tensor or list of tags to a scalar summary op is no longer supported.
WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py:365 in _add_hidden_layer_summary.: histogram_summary (from tensorflow.python.ops.logging_ops) is deprecated and will be removed after 2016-11-30.
Instructions for updating:
Please switch to tf.summary.histogram. Note that tf.summary.histogram uses the node name instead of the tag. This means that TensorFlow will automatically de-duplicate summary names based on their scope.
INFO:tensorflow:Restored model from /tmp/tmpxg2sbwit
INFO:tensorflow:Eval steps [0,1000) for training step 2002.
INFO:tensorflow:Results after 10 steps (0.035 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 20 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 30 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 40 steps (0.047 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 50 steps (0.049 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 60 steps (0.027 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 70 steps (0.019 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 80 steps (0.017 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 90 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 100 steps (0.045 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 110 steps (0.043 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 120 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 130 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 140 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 150 steps (0.047 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 160 steps (0.021 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 170 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 180 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245705, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 190 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 200 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 210 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 220 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 230 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 240 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100907, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 250 steps (0.017 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 260 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 270 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 280 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 290 steps (0.017 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 300 steps (0.020 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 310 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 320 steps (0.028 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 330 steps (0.019 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 340 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 350 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 360 steps (0.027 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 370 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 380 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 390 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 400 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 410 steps (0.017 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 420 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 430 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 440 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 450 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 460 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 470 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 480 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 490 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 500 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 510 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 520 steps (0.018 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 530 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 540 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 550 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 560 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 570 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 580 steps (0.020 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 590 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 600 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 610 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 620 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 630 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 640 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 650 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 660 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 670 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 680 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 690 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 700 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 710 steps (0.019 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245704, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 720 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 730 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 740 steps (0.018 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 750 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 760 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 770 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 780 steps (0.019 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 790 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 800 steps (0.018 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 810 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 820 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 830 steps (0.030 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 840 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 850 steps (0.018 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 860 steps (0.051 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 870 steps (0.043 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 880 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 890 steps (0.025 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 900 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 910 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 920 steps (0.017 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 930 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 940 steps (0.016 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 950 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 960 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 970 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 980 steps (0.014 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 990 steps (0.015 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Results after 1000 steps (0.013 sec/batch): accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951.
INFO:tensorflow:Saving evaluation summary for step 2002: accuracy = 0.996, accuracy/baseline_label_mean = 0.247, accuracy/threshold_0.500000_mean = 0.996, auc = 0.999892, labels/actual_label_mean = 0.247, labels/prediction_mean = 0.245703, loss = 0.0100908, precision/positive_threshold_0.500000_mean = 0.987952, recall/positive_threshold_0.500000_mean = 0.995951