TransformersCanDoBayesianInference icon indicating copy to clipboard operation
TransformersCanDoBayesianInference copied to clipboard

Official Implementation of "Transformers Can Do Bayesian Inference"

Results 1 TransformersCanDoBayesianInference issues
Sort by recently updated
recently updated
newest added

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...