PyroModule returning distribution

Greetings,

If I have a PyroModule that returns a pyro.distributions.Distribution, which is sampled with a SVI, is there a way to return a list of distributions with guide sampled multiple times?

Thanks!