WARNING:tensorflow:Using temporary folder as model directory: /var/folders/s_/w4xy8nsj0935yzcfv770d6kh0000gn/T/tmp4aDRkL
INFO:tensorflow:Using default config.
INFO:tensorflow:Using config: {'_save_checkpoints_secs': 600, '_num_ps_replicas': 0, '_keep_checkpoint_max': 5, '_tf_random_seed': None, '_task_type': None, '_environment': 'local', '_is_chief': True, '_cluster_spec': <tensorflow.python.training.server_lib.ClusterSpec object at 0x103d0cbd0>, '_tf_config': gpu_options {
per_process_gpu_memory_fraction: 1
}
, '_task_id': 0, '_save_summary_steps': 100, '_save_checkpoints_steps': None, '_evaluation_master': '', '_keep_checkpoint_every_n_hours': 10000, '_master': ''}
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 /Users/lipingzhang/anaconda/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/estimators/head.py:1362: 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.
INFO:tensorflow:Create CheckpointSaverHook.
INFO:tensorflow:Saving checkpoints for 1 into /var/folders/s_/w4xy8nsj0935yzcfv770d6kh0000gn/T/tmp4aDRkL/model.ckpt.
INFO:tensorflow:loss = 3.5, step = 1
INFO:tensorflow:global_step/sec: 1286.7
INFO:tensorflow:loss = 0.0483285, step = 101
INFO:tensorflow:global_step/sec: 1395.87
INFO:tensorflow:loss = 0.00872186, step = 201
INFO:tensorflow:global_step/sec: 1387.6
INFO:tensorflow:loss = 0.00167969, step = 301
INFO:tensorflow:global_step/sec: 1381.65
INFO:tensorflow:loss = 0.000259653, step = 401
INFO:tensorflow:global_step/sec: 1421.38
INFO:tensorflow:loss = 4.57344e-05, step = 501
INFO:tensorflow:global_step/sec: 1367.93
INFO:tensorflow:loss = 1.31809e-05, step = 601
INFO:tensorflow:global_step/sec: 1380.51
INFO:tensorflow:loss = 1.47275e-06, step = 701
INFO:tensorflow:global_step/sec: 1562.16
INFO:tensorflow:loss = 2.84579e-07, step = 801
INFO:tensorflow:global_step/sec: 1736.29
INFO:tensorflow:loss = 7.54463e-08, step = 901
INFO:tensorflow:Saving checkpoints for 1000 into /var/folders/s_/w4xy8nsj0935yzcfv770d6kh0000gn/T/tmp4aDRkL/model.ckpt.
INFO:tensorflow:Loss for final step: 2.10288e-09.
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 /Users/lipingzhang/anaconda/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/estimators/head.py:1362: 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.
INFO:tensorflow:Starting evaluation at 2017-10-24-23:11:18
INFO:tensorflow:Finished evaluation at 2017-10-24-23:11:19
INFO:tensorflow:Saving dict for global step 1000: global_step = 1000, loss = 8.32309e-09
WARNING:tensorflow:Skipping summary for global_step, must be a float or np.float32.
{'loss': 8.3230853e-09, 'global_step': 1000}