回答編集履歴

1

プログラム修正

2019/11/28 05:47

投稿

tkymtmt
tkymtmt

スコア143

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- for js, model in zip(prefix, models):
13
+ for i, js in enumerate(prefix):
14
14
 
15
15
  jso = js +'.json'
16
16
 
@@ -20,6 +20,8 @@
20
20
 
21
21
  model.load_weights(hh)
22
22
 
23
+ models[i] = model
24
+
23
25
 
24
26
 
25
27
  model1, model2, model3 = models