AlexanderAivazidis
AlexanderAivazidis
Hi, I have used the RelaxedBernoulliStraightThrough distribution in my model in a code block like this: ``` with obs_plate: I_cm = pyro.sample('I_cm', RelaxedBernoulliStraightThrough(probs = p_m, temperature = self.one/1000. ).expand([batch_size, 1,...
Hi! I just saw that cellDancer is not using the GPU on my system (by running the nvidia-smi command). Is that expected? If not is there anything I can try...
Hi, I am getting the following error when I run CellDancer with more than 1 job. I made sure there is enough memory available, so I don't think that can...