解決問題
tensorflow\contrib\learn\python\learn\datasets\mnist.py:260: maybe_download (from tensorflow.contrib.learn.python.learn.datasets.base) is deprecated and will be removed in a future version.
Instructions for updating:
Please write your own downloading logic.
解決思路
tensorflow\contrib\learn\python\learn\datasets\mnist.py:260:maybe_download(來自tensorflow.contrib.learn.python.learn.datasets.base)已被棄用,将在未來版本中删除。
解決方法
版本更新導緻的問題,
建議在部落客部落格内查詢tensorflow不同版本對應改進的方法,文章較多,可自行查找。
或者重新編寫自己的下載下傳邏輯,不采用該方法亦可!