Skip to content

Commit baaa564

Browse files
committed
bug fix
1 parent 927262f commit baaa564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pytorch_tabular/tabular_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ def add_noise(module, input, output):
14981498
ret_logits,
14991499
include_input_features=False,
15001500
device=device,
1501-
progress_bar=progress_bar or "None",
1501+
progress_bar=progress_bar or "none",
15021502
)
15031503
pred_idx = pred_df.index
15041504
if self.config.task == "classification":

0 commit comments

Comments
 (0)