错信息
用Python做数据处理时,报如下错误:

Using TensorFlow backend.
WARNING:tensorflow:From E:\ProgramData\Anaconda3\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.
WARNING:tensorflow:From E:\ProgramData\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py:3445: calling dropout (from tensorflow.python.ops.nn_ops) with keep_prob is deprecated and will be removed in a future version.
Instructions for updating:
Please use `rate` instead of `keep_prob`. Rate should be set to `rate = 1 - keep_prob`.
WARNING:tensorflow:From E:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\ops\math_ops.py:3066: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.cast instead.
Python报错:Using TensorFlow backend.
Python报错:Using TensorFlow backend.
Python报错:Using TensorFlow backend.
Python报错:Using TensorFlow backend.
Python报错:Using TensorFlow backend.
Python报错:Using TensorFlow backend.
就可以啦~

相关文章:

  • 2022-12-23
  • 2021-04-15
  • 2021-07-13
  • 2022-12-23
  • 2021-12-06
  • 2021-07-08
  • 2021-04-12
  • 2022-01-04
猜你喜欢
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-04-27
  • 2021-06-11
  • 2021-09-19
相关资源
相似解决方案