質問編集履歴

2

2021/01/13 07:48

投稿

mnmnmmmn
mnmnmmmn

スコア18

test CHANGED
File without changes
test CHANGED
@@ -272,6 +272,12 @@
272
272
 
273
273
 
274
274
 
275
+ お答えいただける範囲でアドバイスいただければ幸いです。
276
+
277
+ 追加すべき情報等ありましたらご指摘ください。
278
+
279
+
280
+
275
281
  ### 補足情報(FW/ツールのバージョンなど)
276
282
 
277
283
  conda 4.9.2

1

2021/01/13 07:48

投稿

mnmnmmmn
mnmnmmmn

スコア18

test CHANGED
File without changes
test CHANGED
@@ -244,7 +244,7 @@
244
244
 
245
245
  ①32行目「K.image_dim_ordering()」を「K.image_data_format()」に置換
246
246
 
247
- TypeError: ('Keyword argument not understood:', 'init')が発生
247
+ `TypeError: ('Keyword argument not understood:', 'init')`が発生
248
248
 
249
249
  参考URL:https://github.com/keras-team/keras/issues/12649
250
250
 
@@ -252,7 +252,7 @@
252
252
 
253
253
  ②kerasのバージョンを2.2.4にダウン
254
254
 
255
- AttributeError: module 'tensorflow' has no attribute 'get_default_graph'が発生
255
+ `AttributeError: module 'tensorflow' has no attribute 'get_default_graph'`が発生
256
256
 
257
257
  参考URL:https://qiita.com/ryoo/items/89e29ec4cfb956e7af9c
258
258
 
@@ -260,13 +260,13 @@
260
260
 
261
261
  ③②のバージョン状態で下記参考URLの①~⑤を実行
262
262
 
263
- →①~③:ImportError: cannot import name 'np_utils' from 'tensorflow.keras.utils'が発生
263
+ →①~③:`ImportError: cannot import name 'np_utils' from 'tensorflow.keras.utils'`が発生
264
-
264
+
265
-  ④:Could not find a version that satisfies the requirement keras==1.4
265
+  ④:`Could not find a version that satisfies the requirement keras==1.4
266
-
266
+
267
- が発生
267
+ `が発生
268
-
268
+
269
-  ⑤:AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering'が発生(振出しに戻る)
269
+  ⑤:`AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering'`が発生(振出しに戻る)
270
270
 
271
271
  参考URL:https://qiita.com/white1107/items/67ec0826a07a84442d31
272
272