質問編集履歴
7
追加情報
title
CHANGED
File without changes
|
body
CHANGED
@@ -58,4 +58,5 @@
|
|
58
58
|
|
59
59
|
「Illegal instruction」は命令セットが異なると認識しています。
|
60
60
|
バージョンが違うのでしょうか。
|
61
|
+
ちなみに、1.9.0でも同じです。
|
61
62
|
よろしくお願いします。
|
6
追加情報
title
CHANGED
File without changes
|
body
CHANGED
@@ -48,4 +48,14 @@
|
|
48
48
|
|
49
49
|
tensorflowのバージョンは、「 1.4.0」です。古いでしょうか。
|
50
50
|
確かに上記URLでは、「Tensorflow (>=1.9.0)」とあります。
|
51
|
-
推奨するバージョンがありましたら、教えてください。
|
51
|
+
推奨するバージョンがありましたら、教えてください。
|
52
|
+
|
53
|
+
「Tensorflow」のバージョンを1.10.0に変更しました。
|
54
|
+
ところが、今度は別のエラーになりました。
|
55
|
+
|
56
|
+
********:~/tensorflow/models/research$ python3.6 object_detection/builders/model_builder_test.py
|
57
|
+
Illegal instruction
|
58
|
+
|
59
|
+
「Illegal instruction」は命令セットが異なると認識しています。
|
60
|
+
バージョンが違うのでしょうか。
|
61
|
+
よろしくお願いします。
|
5
追加情報
title
CHANGED
File without changes
|
body
CHANGED
@@ -47,4 +47,5 @@
|
|
47
47
|
よろしくお願いします。
|
48
48
|
|
49
49
|
tensorflowのバージョンは、「 1.4.0」です。古いでしょうか。
|
50
|
-
確かに上記URLでは、「Tensorflow (>=1.9.0)」とあります。
|
50
|
+
確かに上記URLでは、「Tensorflow (>=1.9.0)」とあります。
|
51
|
+
推奨するバージョンがありましたら、教えてください。
|
4
追加情報。
title
CHANGED
File without changes
|
body
CHANGED
@@ -46,4 +46,5 @@
|
|
46
46
|
削除してしまった方がよろしいでしょうか。
|
47
47
|
よろしくお願いします。
|
48
48
|
|
49
|
-
tensorflowのバージョンは、「 1.4.0」です。古いでしょうか。
|
49
|
+
tensorflowのバージョンは、「 1.4.0」です。古いでしょうか。
|
50
|
+
確かに上記URLでは、「Tensorflow (>=1.9.0)」とあります。
|
3
追加情報
title
CHANGED
File without changes
|
body
CHANGED
@@ -44,4 +44,6 @@
|
|
44
44
|
./learning_unsupervised_learning/datasets/mnist.py:from tensorflow.python.keras.datasets import mnist
|
45
45
|
|
46
46
|
削除してしまった方がよろしいでしょうか。
|
47
|
-
よろしくお願いします。
|
47
|
+
よろしくお願いします。
|
48
|
+
|
49
|
+
tensorflowのバージョンは、「 1.4.0」です。古いでしょうか。
|
2
追加情報。
title
CHANGED
File without changes
|
body
CHANGED
@@ -43,4 +43,5 @@
|
|
43
43
|
./nst_blogpost/4_Neural_Style_Transfer_with_Eager_Execution.ipynb: "from tensorflow.python.keras import backend as K"
|
44
44
|
./learning_unsupervised_learning/datasets/mnist.py:from tensorflow.python.keras.datasets import mnist
|
45
45
|
|
46
|
+
削除してしまった方がよろしいでしょうか。
|
46
47
|
よろしくお願いします。
|
1
回答への調査結果。
title
CHANGED
File without changes
|
body
CHANGED
@@ -29,4 +29,18 @@
|
|
29
29
|
・ubuntu16.04
|
30
30
|
・python3.6
|
31
31
|
|
32
|
-
以上、よろしくお願いします。
|
32
|
+
以上、よろしくお願いします。
|
33
|
+
|
34
|
+
"tensorflow.python.keras"を検索すると、次のファイルが見つかりました。
|
35
|
+
随分ありますね。
|
36
|
+
|
37
|
+
********:~/tensorflow/models/research$ find . -type f -print | xargs grep "tensorflow.python.keras"
|
38
|
+
./a3c_blogpost/a3c_cartpole.py:from tensorflow.python.keras import layers
|
39
|
+
./nst_blogpost/4_Neural_Style_Transfer_with_Eager_Execution.ipynb: "from tensorflow.python.keras.preprocessing import image as kp_image\n",
|
40
|
+
./nst_blogpost/4_Neural_Style_Transfer_with_Eager_Execution.ipynb: "from tensorflow.python.keras import models \n",
|
41
|
+
./nst_blogpost/4_Neural_Style_Transfer_with_Eager_Execution.ipynb: "from tensorflow.python.keras import losses\n",
|
42
|
+
./nst_blogpost/4_Neural_Style_Transfer_with_Eager_Execution.ipynb: "from tensorflow.python.keras import layers\n",
|
43
|
+
./nst_blogpost/4_Neural_Style_Transfer_with_Eager_Execution.ipynb: "from tensorflow.python.keras import backend as K"
|
44
|
+
./learning_unsupervised_learning/datasets/mnist.py:from tensorflow.python.keras.datasets import mnist
|
45
|
+
|
46
|
+
よろしくお願いします。
|