小编chu*_*eok的帖子

'torch.backends.cudnn.definistic=True' 和 'torch.set_definistic(True)' 之间有什么区别?

我的网络包括“torch.nn.MaxPool3d”,根据 PyTorch 文档(版本 1.7 - https://pytorch.org/docs/stable/ generated/torch.set_definistic.html#torch),当 cudnn 确定性标志打开时,它会抛出运行时错误.set_确定性),但是,当我在代码开头插入代码“torch.backends.cudnn.确定性 = True”时,没有运行时错误。为什么该代码不抛出运行时错误?我想知道该代码是否能保证我的训练过程的确定性计算。

deterministic reproducible-research pytorch

10
推荐指数
1
解决办法
9377
查看次数