hosa.models.cnn.cnn_models.BaseCNN.predict
- abstract BaseCNN.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.