take less gpu memory to 20%
This commit is contained in:
parent
f0550f94d0
commit
ffebd812d1
@ -30,7 +30,7 @@ class CatboostPredictionBinaryMultiModel(BaseClassifierModel):
|
||||
|
||||
cbr = CatBoostClassifier(
|
||||
allow_writing_files=False,
|
||||
gpu_ram_part=0.5,
|
||||
gpu_ram_part=0.2,
|
||||
verbose=100,
|
||||
early_stopping_rounds=400,
|
||||
**self.model_training_parameters,
|
||||
|
Loading…
Reference in New Issue
Block a user