Guillaume Filion
Guillaume Filion
I think that the same phenomenon happens for `AutoLowRankMultivariateNormal`. ```py import pyro import torch def model(): with pyro.plate("dummy", 20, subsample_size=3): pyro.sample("x", pyro.distributions.Normal(0, 1)) guide = pyro.infer.autoguide.AutoLowRankMultivariateNormal(model, rank=2) elbo = pyro.infer.Trace_ELBO()...
Thanks @martinjankowiak! I have tried creating the plates manually in different contexts, but I did not get any luck. Have a look at the example below: am I doing it...
Thank you for raising this issue. We will get back to you as soon as we can reproduce it.
Hi! The issue is not sphere clustering _per se_ but sequence clustering itself. If two identical sequences have different non-DNA tags, how do you suggest to group the sequences in...
Thanks for reporting the issue. Starcode should terminate gracefully when it runs out of memory, but maybe we made a mistake somewhere. Are you running Starcode in a Docker container...
Thanks for clarifying. I'd be happy to look at the data on my machine. Can you contact me by email so that we can set up a way to transfer...
Hi @darachm and thanks for your kind words. I apologize for the late reply, I am catching up with the post-COVID-19 mess only now. We are not planning to release...