質問編集履歴

1

文法修正

2020/12/01 03:58

投稿

kusegasugoi0221
kusegasugoi0221

スコア11

test CHANGED
File without changes
test CHANGED
@@ -268,7 +268,9 @@
268
268
 
269
269
 
270
270
 
271
- X_test = np.r_[test_imgs1, test_imgs2, test_imgs3, test_imgs4, test_imgs5, test_imgs6, test_imgs7, test_imgs8 ]
271
+ X_test = np.r_[test_imgs1, test_imgs2, test_imgs3, test_imgs4, test_imgs5, test_imgs6,
272
+
273
+   test_imgs7, test_imgs8 ]
272
274
 
273
275
 
274
276
 
@@ -296,7 +298,9 @@
296
298
 
297
299
 
298
300
 
299
- Y_test = np.array([np.r_[test_labels1, test_labels2, test_labels3, test_labels4, test_labels5, test_labels6, test_labels7, test_labels8 ]])
301
+ Y_test = np.array([np.r_[test_labels1, test_labels2, test_labels3, test_labels4,
302
+
303
+   test_labels5,test_labels6, test_labels7, test_labels8 ]])
300
304
 
301
305
 
302
306