回答編集履歴
1
書き間違いの修正
test
CHANGED
@@ -12,9 +12,9 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
A = np.random.rand(3, 9)
|
15
|
+
A = np.random.rand(300, 900)
|
16
16
|
|
17
|
-
B = np.zeros((3,9,4))
|
17
|
+
B = np.zeros((300,900,4))
|
18
18
|
|
19
19
|
|
20
20
|
|