Layer “model” expects 2 input(s), but it received 1 input tensors. Inputs rec: []
`I am upgrading tensorflow 2.4.1 with 2.15.0. I am re-using the model trained with 2.4.1. I am unable to do batch-wise prediction int he upgraded version. The input format is taken as 1 tensor.
Model input shape: [(None, 46, 1), (None, 46, 1)]
Batch data shapes: [(200, 46, 1), (200, 46, 1)]