Open jrojsel opened 4 years ago
At the moment this is not supported. NGD only works with NaturalVariationalDistribution
and TrilNaturalVariationalDistribution
.
Has there been more thought on this @gpleiss since the issue was opened? There are recent developments (https://arxiv.org/abs/1910.10596) on this orthogonal decoupling approach which allow greater flexibility that would be great to see implemented, especially for deep GPs.
π Bug
I'd like to use natural gradient descent together with the orthogonally decoupled variational strategy, so I ran the NGD example notebook but with the OrthDecoupledApproximateGP from the variational strategy example notebook.
Perhaps I am doing something wrong (the NGD var. dist. and the orth. decoupled var. strat. might not even be compatible with each other), but it seems unstable.
To reproduce
Code snippet to reproduce
Stack trace/error message
Expected Behavior
Optimization should not crash
System information
Please complete the following information:
Additional context
Add any other context about the problem here.