Dear Group Members,
Plz check up the Model Summary, as I am getting error in Python Code as follows.
My Model Summary:
Model: "sequential_2"
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
dense_3 (Dense) (None, 5) 40
dense_4 (Dense) (None, 5) 30
dense_5 (Dense) (None, 1) 6
=================================================================
Total params: 76 (304.00 Byte)
Trainable params: 76 (304.00 Byte)
Non-trainable params: 0 (0.00 Byte)
_________________________________________________________________
I am getting error as "ValueError: Input 0 of layer "sequential_2" is incompatible with the layer: expected shape=(None, 7), found shape=(None, 2)"
Thanking You,
V V SASI KUMAR,