We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb4d1f commit 6c67532Copy full SHA for 6c67532
boiling_learning/automl/tuning.py
@@ -39,5 +39,5 @@ def fit_hypermodel(
39
40
return TuneModelReturn(
41
model=model,
42
- evaluation=model.evaluate(ds_val),
+ evaluation=model.evaluate(ds_val.batch(params.batch_size)),
43
)
0 commit comments