hosa.models.cnn.cnn_models.CNNRegression.prepare

CNNRegression.prepare(x, y)[source]

Prepares the model by adding the layers to the estimator: input layer, GofLayers, flatten and dense layers.

Parameters