質問編集履歴
2
title
CHANGED
File without changes
|
body
CHANGED
@@ -135,6 +135,9 @@
|
|
135
135
|
⑤:`AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering'`が発生(振出しに戻る)
|
136
136
|
参考URL:https://qiita.com/white1107/items/67ec0826a07a84442d31
|
137
137
|
|
138
|
+
お答えいただける範囲でアドバイスいただければ幸いです。
|
139
|
+
追加すべき情報等ありましたらご指摘ください。
|
140
|
+
|
138
141
|
### 補足情報(FW/ツールのバージョンなど)
|
139
142
|
conda 4.9.2
|
140
143
|
keras 2.3.1
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -121,18 +121,18 @@
|
|
121
121
|
### 試したこと
|
122
122
|
|
123
123
|
①32行目「K.image_dim_ordering()」を「K.image_data_format()」に置換
|
124
|
-
→
|
124
|
+
→`TypeError: ('Keyword argument not understood:', 'init')`が発生
|
125
125
|
参考URL:https://github.com/keras-team/keras/issues/12649
|
126
126
|
|
127
127
|
②kerasのバージョンを2.2.4にダウン
|
128
|
-
→
|
128
|
+
→`AttributeError: module 'tensorflow' has no attribute 'get_default_graph'`が発生
|
129
129
|
参考URL:https://qiita.com/ryoo/items/89e29ec4cfb956e7af9c
|
130
130
|
|
131
131
|
③②のバージョン状態で下記参考URLの①~⑤を実行
|
132
|
-
→①~③:
|
132
|
+
→①~③:`ImportError: cannot import name 'np_utils' from 'tensorflow.keras.utils'`が発生
|
133
|
-
④:
|
133
|
+
④:`Could not find a version that satisfies the requirement keras==1.4
|
134
|
-
|
134
|
+
`が発生
|
135
|
-
⑤:
|
135
|
+
⑤:`AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering'`が発生(振出しに戻る)
|
136
136
|
参考URL:https://qiita.com/white1107/items/67ec0826a07a84442d31
|
137
137
|
|
138
138
|
### 補足情報(FW/ツールのバージョンなど)
|