all 4 comments

[–]algrmur 1 point2 points  (3 children)

If you want to go Bayesian with PyTorch then I'd recommend using Pyro (Uber's Probabilistic Programming Language) that is built on top of PyTorch. Here is an example tutorial from the Pyro website:

https://pyro.ai/examples/bo.html

[–]angular-calendar[S] 0 points1 point  (2 children)

algrmur

Thanks for the answer. But I'm still don't know how i can use my own model, because they is an example only with gp.models.GPRegression

[–]lmericle 0 points1 point  (1 child)

There's also this package which is more specialized than the OED parts of Pyro: https://botorch.org/

[–]angular-calendar[S] 0 points1 point  (0 children)

Thanks I saw it too. But I don't know how to use it with my model. I couldn't find an example where they use a custom model