cornellius-gp / gpytorch

A highly efficient implementation of Gaussian Processes in PyTorch
MIT License
3.54k stars 557 forks source link

[Docs] Change uses of WhitenedVariationalStrategy in tutorials to VariationalStrategy #867

Closed KeAWang closed 4 years ago

KeAWang commented 5 years ago

Change uses of WhitenedVariationalStrategy in tutorials to VariationalStrategy

gpleiss commented 4 years ago

We are actually in the middle of changing our variational inference interface for the next release - and we'll be getting rid of WhitenedVariationalStrategy.