Closed seoulsky-field closed 1 year ago
Our seed_everything() function doesn't work well.
I searched the cause of problem, and I found torch.backends.cudnn.benchmark was a problem.
torch.backends.cudnn.benchmark = True
torch.backends.cudnn.benchmark = False
What
Our seed_everything() function doesn't work well.
Why
I searched the cause of problem, and I found torch.backends.cudnn.benchmark was a problem.
How
torch.backends.cudnn.benchmark = True
totorch.backends.cudnn.benchmark = False
.