Open zodiac000 opened 1 year ago
same here. .. Did you solved the problem..??
Same here - did either of you find a solution?
same here. I have set torch.manual_seed and random.seed, still get changed outputs
Nah... I have not found the solution for this problem. So i have repeated experiment for multiple times.
+1. Seems like the source of the randomness is somewhere inside the implementation of the sparse convolutions
I found out by given the same set of inputs always receiving slightly different outputs. The diff is roughly about 10^-5. This is awkward. Is there any randomness involved in the implementation of 3DConv in spconv2.X or spconv1.X? If so, is there any way to avoid the randomness occuring.