出现语言问题

来源:4-9 如何通过TF对已经打包过的数据进行解析

慕尼黑0519427

2020-02-17

老师你好
我的版本安装的和你要求的一致 但是却出现了以下的问题 怎么办呢 谢谢

To construct input pipelines, use the tf.data module.
WARNING:tensorflow:From /home/cyz/PycharmProjects/code/cifar_afterpack.py:8: TFRecordReader.init (from tensorflow.python.ops.io_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Queue-based input pipelines have been replaced by tf.data. Use tf.data.TFRecordDataset.
WARNING:tensorflow:From /home/cyz/PycharmProjects/code/cifar_afterpack.py:20: shuffle_batch (from tensorflow.python.training.input) is deprecated and will be removed in a future version.
Instructions for updating:
Queue-based input pipelines have been replaced by tf.data. Use tf.data.Dataset.shuffle(min_after_dequeue).batch(batch_size).
2020-02-17 18:42:57.027245: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2020-02-17 18:42:57.062007: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:964] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2020-02-17 18:42:57.062260: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1432] Found device 0 with properties:
name: GeForce 940MX major: 5 minor: 0 memoryClockRate(GHz): 1.2415
pciBusID: 0000:01:00.0
totalMemory: 1.96GiB freeMemory: 1.69GiB
2020-02-17 18:42:57.062274: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1511] Adding visible gpu devices: 0
2020-02-17 18:42:57.658820: I tensorflow/core/common_runtime/gpu/gpu_device.cc:982] Device interconnect StreamExecutor with strength 1 edge matrix:
2020-02-17 18:42:57.658840: I tensorflow/core/common_runtime/gpu/gpu_device.cc:988] 0
2020-02-17 18:42:57.658845: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1001] 0: N
2020-02-17 18:42:57.658935: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 1439 MB memory) -> physical GPU (device: 0, name: GeForce 940MX, pci bus id: 0000:01:00.0, compute capability: 5.0)
WARNING:tensorflow:From /home/cyz/PycharmProjects/code/cifar_afterpack.py:32: 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.

写回答

1回答

会写代码的好厨师

2020-02-24

看这个log都是警告信息,可以QQ发给我更多的log

0
2
weixin_慕斯卡6356803
老师这个显示start_queue_runners已过时,我也遇到了
2023-06-19
共2条回复

Python3+TensorFlow打造人脸识别智能小程序

理论与实战项目双管齐下,让AI技术真正落地应用,适合毕设展示。

1086 学习 · 538 问题

查看课程