回答編集履歴
1
説明の追記
test
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
> Error when checking model input: expected convolution2d_input_1 to have shape (None, 3, 224, 224) but got array with shape (1305, 224, 224, 3)
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
データのshapeに合わせて、下記のようにモデルのinput_shapeを変更してみてください
|
6
|
+
|
1
7
|
```python
|
2
8
|
|
3
9
|
# 畳み込み層(Convolution)をモデルに追加 ---②
|