質問編集履歴
1
コードの訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -244,7 +244,7 @@
|
|
244
244
|
|
245
245
|
temp = x_train[i,:,:,:]
|
246
246
|
|
247
|
-
x_train_b.append(temp.reshape((x_train_shape[1],x_train_shape[2],x_train_shape[3])))
|
247
|
+
x_train_b.numpy.append(temp.reshape((x_train_shape[1],x_train_shape[2],x_train_shape[3])))
|
248
248
|
|
249
249
|
|
250
250
|
|