What does the difference between 'torch.backends.cudnn.deterministic=True' and 'torch.set_deterministic(True)'?

后端 未结 0 1844
面向向阳花
面向向阳花 2021-02-10 11:07

My network includes \'torch.nn.MaxPool3d\' which throw a RuntimeError when cudnn deterministic flag is on according to the PyTorch docs (version 1.7 - https://pytorch.org/docs/s

相关标签:
回答
  • 消灭零回复
提交回复
热议问题