hosa.models.rnn.rnn_models.BaseRNN.predict
- abstract BaseRNN.predict(x, **kwargs)[source]
Predicts the target values using the input data in the trained model.
- Parameters
x (numpy.ndarray) – Input data.
**kwargs – Extra arguments that are used in the TensorFlow’s model
predictfunction. See here.