If you are sampling random numbers on the GPU, you might have to set the torch.cuda.manual_seed
.
Have a look at this example code.
If you are sampling random numbers on the GPU, you might have to set the torch.cuda.manual_seed
.
Have a look at this example code.