Trained a Seq2Seq model. But on predicting following error enccuntered.
ValueError: Error when checking model input: the list of Numpy arrays that you are passing to your model is not the size the model expected. Expected to see 2 array(s), but instead got the following list of 1 arrays:
The model needs 2 inputs, but in the example only 1 is provided
Trained a Seq2Seq model. But on predicting following error enccuntered.
ValueError: Error when checking model input: the list of Numpy arrays that you are passing to your model is not the size the model expected. Expected to see 2 array(s), but instead got the following list of 1 arrays:
The model needs 2 inputs, but in the example only 1 is provided