Rahul Deora

Results 27 comments of Rahul Deora

Ok but it does not seem like a simple distance transform. What do 3*k,3*k+1,3*k+2 and 2 * ((0.02 * L)**2), 2 * ((0.08 * L)**2) ... mean in the for...

Thanks @99991 and @MarcoForte , but I dont see how distance transform makes sense as the images are all on different scales. Distance in pixel space which is used by...

@99991 , @MarcoForte Can either of you clarify if I am getting something wrong about the appropriateness of distance maps?

@99991 , @MarcoForte Did you guys get to think about the above point that distance transform not taking scale of image into account?

Thank you for your response. I don't think you mentioned the ETZH synthesizability dataset in your paper but that's a great idea. I though of something similar where I was...

Thanks. Can you also give me any intution you have about why batch size = 1 would make such a difference? You compared GN+WS on larger batch size to BN...

Got it! So we just get the probability from the logistic function and now since we have to calculate the likelihood, we use the Bernoulli function to do so with...

I am using google colab. How to you activate GPU usage for MCMC sampling? I am finding it very slow. And yes buolding graphs is supposed to be faster than...

Do we find the joint of prob_A,prob_B and then marginalising over to get the individual posteriors? Why not do it separately then? Why does 'burnin' stand for in burned_prob_A_trace_ =...