You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you're stuck with a sample which doesn't have a lot going on. This is one of those. This is what the knee plot looks like for it:
I fed it into a relatively recent cellbender (installed on 08.06.2021, so only a few commits behind master), and got the following strange error about some tensor being empty:
@ktpolanski you found a bug! Hmmm, I will have to keep that one in mind. The issue is that I try to compute an "average size" for cells on the first pass through the encoder neural network... but in this sample, by chance, there were actually no "cells" in the first minibatch. So I will need to fix this.
(The smaller --total-droplets-included will hopefully (1) let CellBender know the prior on empty droplet counts should be larger than it was estimating before, and (2) it will increase the ratio of cells to empties in each minibatch, hopefully side-stepping the bug.)
Hello,
Sometimes you're stuck with a sample which doesn't have a lot going on. This is one of those. This is what the knee plot looks like for it:
I fed it into a relatively recent cellbender (installed on 08.06.2021, so only a few commits behind master), and got the following strange error about some tensor being empty:
cbk.5277079.txt
Is there anything that can be done to salvage this sample? Thanks and sorry for the trouble.
The text was updated successfully, but these errors were encountered: