In pymc version 5.1.1, is there a way to specify the starting point of NUTS, skipping the init method? For example to use the output from a separate advi.fit() call?
There’s an example of doing exactly as you suggest in the minibatch ADVI example notebook
2 Likes