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