質問編集履歴
1
動作環境の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,3 +1,23 @@
|
|
1
|
+
https://www.trifields.jp/try-tutorial-mnist-for-ml-beginners-of-tensorflow-1713
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
上記のサイトのtensorflowの動かし方で下記のエラーが出ます。
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
環境はmacでOSは最新です。Tensorflowは下記のサイトを参考にインストールしました。
|
12
|
+
|
13
|
+
https://qiita.com/egplnt/items/c5055f821a4770edbf8a
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
インプットデータにて、
|
20
|
+
|
1
21
|
from tensorflow.contrib.learn.python.learn.datasets.mnist import read_data_sets
|
2
22
|
|
3
23
|
|