What is the differenc between cudnn.deterministic and .cudnn.benchmark?

Hi,

This link is for torch.backends.cudnn.benchmark.
As for torch.backends.cudnn.deterministic, in my opinion, it can make your experiment reproducible, similar to set random seed to all options where there needs a random seed.

:smile:

1 Like