WARNING:tensorflow:Using temporary folder as model directory: /tmp/tmpmkm2_jcx
INFO:tensorflow:Using default config.
INFO:tensorflow:Using config: {'_save_checkpoints_secs': 600, '_task_id': 0, '_keep_checkpoint_max': 5, '_evaluation_master': '', '_is_chief': True, '_save_checkpoints_steps': None, '_task_type': None, '_cluster_spec': <tensorflow.python.training.server_lib.ClusterSpec object at 0x7f93ec244ac8>, '_num_ps_replicas': 0, '_save_summary_steps': 100, '_keep_checkpoint_every_n_hours': 10000, '_tf_random_seed': None, '_tf_config': gpu_options {
per_process_gpu_memory_fraction: 1.0
}
, '_master': '', '_environment': 'local'}
WARNING:tensorflow:From <ipython-input-7-a2345156ddc1>:7: calling BaseEstimator.fit (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 <ipython-input-7-a2345156ddc1>:7: calling BaseEstimator.fit (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:float64 is not supported by many models, consider casting to float32.
/usr/local/lib/python3.5/dist-packages/tensorflow/python/util/deprecation.py:247: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
equality = a == b
INFO:tensorflow:Create CheckpointSaverHook.
INFO:tensorflow:Saving checkpoints for 1 into /tmp/tmpmkm2_jcx/model.ckpt.
INFO:tensorflow:step = 1, loss = 1.4769872427
INFO:tensorflow:global_step/sec: 158.895
INFO:tensorflow:step = 101, loss = 0.274609029293
INFO:tensorflow:global_step/sec: 123.978
INFO:tensorflow:step = 201, loss = 0.189277201891
INFO:tensorflow:global_step/sec: 115.37
INFO:tensorflow:step = 301, loss = 0.125974282622
INFO:tensorflow:global_step/sec: 156.789
INFO:tensorflow:step = 401, loss = 0.125771015882
INFO:tensorflow:global_step/sec: 161.632
INFO:tensorflow:step = 501, loss = 0.123798057437
INFO:tensorflow:global_step/sec: 126.81
INFO:tensorflow:step = 601, loss = 0.142683699727
INFO:tensorflow:global_step/sec: 125.427
INFO:tensorflow:step = 701, loss = 0.104691363871
INFO:tensorflow:global_step/sec: 162.436
INFO:tensorflow:step = 801, loss = 0.111786730587
INFO:tensorflow:global_step/sec: 139.099
INFO:tensorflow:step = 901, loss = 0.0908519849181
INFO:tensorflow:Saving checkpoints for 1000 into /tmp/tmpmkm2_jcx/model.ckpt.
INFO:tensorflow:Loss for final step: 0.089936748147.
WARNING:tensorflow:From <ipython-input-7-a2345156ddc1>:10: calling BaseEstimator.predict (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:float64 is not supported by many models, consider casting to float32.
Accuracy:0.966667