回答編集履歴
2
修正
test
CHANGED
@@ -12,8 +12,6 @@
|
|
12
12
|
|
13
13
|
nput18_csv = np.expand_dims(nput18_csv, axis=-1)
|
14
14
|
|
15
|
-
label110_csv = np.expand_dims(label110_csv, axis=-1)
|
16
|
-
|
17
15
|
```
|
18
16
|
|
19
17
|
|
1
修正
test
CHANGED
@@ -19,3 +19,7 @@
|
|
19
19
|
|
20
20
|
|
21
21
|
でモデルに投入する前に (B, H, W, 1) に形状を変更しておく必要があります。
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
[Python - expand_dimsの使い方|teratail](https://teratail.com/questions/146318)
|