Daniel Augusto
Results
1
issues of
Daniel Augusto
`botorch.optim.utils.sample_all_priors` is failing to sample priors that GPyTorch can sample with `module.sample_from_prior`. The reason is that the shape of the parameter is being passed to the `sample` method: https://github.com/pytorch/botorch/blob/913aa0e510dde10568c2b4b911124cdd626f6905/botorch/optim/utils.py#L43 However,...
bug
upstream issue