remove verbose from CNNPredictionModel
This commit is contained in:
		| @@ -85,10 +85,9 @@ class CNNPredictionModel(BaseTensorFlowModel): | |||||||
|  |  | ||||||
|         model.fit( |         model.fit( | ||||||
|             w1.train, |             w1.train, | ||||||
|             **self.model_training_parameters, |  | ||||||
|             validation_data=val_data, |             validation_data=val_data, | ||||||
|             callbacks=[early_stopping], |             callbacks=[early_stopping], | ||||||
|             verbose=1, |             **self.model_training_parameters, | ||||||
|         ) |         ) | ||||||
|  |  | ||||||
|         return model |         return model | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user