Open
Description
hello, thanks for the interesting package!
i'm interested in running the polya gamma scheme for the Logistic and LogisticSoftMax likelihoods (for a baseline for a possible paper). i would like to do this on a GPU. as i understand it the package provides support for this, but i have zero experience with julia and so i am at a loss how to proceed. can you please provide a minimal example? as far as i can tell all the provided examples are CPU only.
as i understand it to use these particular models i need to combine the following ingredients:
SVGP
LogisticLikelihood
orLogisticSoftMaxLikelihood
AnalyticSVI
(since i want mini-batching)
is that right?