Im working along with this documentation, but I can't figure out how to extract the sequence of predictions from the test data.
I have trained the model with .fit(X_train)
, but the following:
unseen_hidden_states = model.predict(X_test)
Returns an array:
[2 1 1 ..., 3 3 3]
Which I dont know how to interpret or how to extract the predicted sequence from