[tensorflow warning] log

警告:TensorFlow:使用临时文件夹作为模型目录

WARNING:tensorflow:Using temporary folder as model directory: C:\Users\dell\AppData\Local\Temp\tmpypmcbwk5

可以不予理会

引用的模块过时

colocate_with (from tensorflow.python.framework.ops) 是不推荐的,将在将来的版本中删除。更新说明:

WARNING:tensorflow:From E:\PythonProject\tensorflow-test\cpu-type\venv\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.

要构造input pipelines,请使用tf.data模块

WARNING:tensorflow:From E:\PythonProject\tensorflow-test\cpu-type\venv\lib\site-packages\tensorflow_estimator\python\estimator\inputs\queues\feeding_queue_runner.py:62: QueueRunner.__init__ (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version.
Instructions for updating:
To construct input pipelines, use the `tf.data` module.

同上

WARNING:tensorflow:From E:\PythonProject\tensorflow-test\cpu-type\venv\lib\site-packages\tensorflow_estimator\python\estimator\inputs\queues\feeding_functions.py:500: add_queue_runner (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version.
Instructions for updating:
To construct input pipelines, use the `tf.data` module.

to_float (from tensorflow.python.ops.math_ops)模块是过时的,请使用 tf.cast 代替

WARNING:tensorflow:From E:\PythonProject\tensorflow-test\cpu-type\venv\lib\site-packages\tensorflow\python\feature_column\feature_column_v2.py:2703: to_float (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.cast instead.
2019-05-21 14:46:43.562952: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
WARNING:tensorflow:From E:\PythonProject\tensorflow-test\cpu-type\venv\lib\site-packages\tensorflow\python\training\monitored_session.py:809: start_queue_runners (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version.
Instructions for updating:
To construct input pipelines, use the `tf.data` module.
WARNING:tensorflow:From E:\PythonProject\tensorflow-test\cpu-type\venv\lib\site-packages\tensorflow\python\training\saver.py:1266: checkpoint_exists (from tensorflow.python.training.checkpoint_management) is deprecated and will be removed in a future version.
Instructions for updating:
Use standard file APIs to check for files with this prefix.

你可能感兴趣的:(Machine,Learning)