Abelpzx

Results 1 comments of Abelpzx

Hi, each time I run this code, I got different results. I have set these seeds but still got different results. torch.cuda.manual_seed(12345) torch.cuda.manual_seed_all(12345) random.seed(12345) np.random.seed(12345) #torch.backends.cudnn.deterministic = True torch.backends.cudnn.benchmark =...