成功解决mnist.py:110: dense_to_one_hot (from tensorflow.contrib.learn.python.learn.datasets.mnist) is de

 

 

 

目录

解决问题

解决思路

解决方法


 

 

 

 

 

 

解决问题

tensorflow\contrib\learn\python\learn\datasets\mnist.py:110: dense_to_one_hot (from tensorflow.contrib.learn.python.learn.datasets.mnist) is deprecated and will be removed in a future version.
Instructions for updating:
Please use tf.one_hot on tensors.

 

 

 

 

解决思路

tensorflow\contrib\learn\python\learn\datasets\mnist.py:110:dense_to_one_hot(来自tensorflow.contrib.learn.python.learn.datasets.mnist)已弃用,将在将来的版本中删除。
 

 

 

 

 

解决方法

更新说明:
请在张量上使用 tf.one_hot

 

 

 

 


本文转载:CSDN博客