lmao14

Results 2 issues of lmao14

Hi, I try to reproduce the GPflow example ([https://gpflow.github.io/GPflow/2.5.2/notebooks/advanced/heteroskedastic.html](https://gpflow.github.io/GPflow/2.5.2/notebooks/advanced/heteroskedastic.html)) of heteroskedastic GP with an integration of gpytorch and pyro. Although the model fits the data well, ![屏幕截图(3)](https://user-images.githubusercontent.com/17412680/184346141-36bb579d-70e6-4266-8e64-94566ce10caa.png) the model parameters...

# 🐛 Bug ## To reproduce ** Code snippet to reproduce ** ```python import torch import gpytorch import linear_operator kern = gpytorch.kernels.ScaleKernel(gpytorch.kernels.RBFKernel(batch_shape=torch.Size([4, 3]),), batch_shape=torch.Size([4, 3])) X = torch.randn([2, 5]) kxx...

bug