Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 06cff9d

Browse files
committed
bs
1 parent 3aa8b17 commit 06cff9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/titanic/tutorial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
dm = TabularClassificationData.from_data_frame(
9393
predict_data_frame=df_test,
9494
parameters=datamodule.parameters,
95+
batch_size=datamodule.batch_size,
9596
)
9697
predictions = trainer.predict(model, datamodule=dm, output="classes")
9798
print(predictions[0])

0 commit comments

Comments
 (0)