Error message:
[Cannot convert list to array: ValueError: only one element tensors can be converted to Python scalars]
In tabular.py,
output = output.detach().cpu().numpy() in the batch_pred function.
Otherwise, it produces an error when running BayesianNN model.