gpt4 book ai didi

python - 如何修复错误 `Process finished with exit code -1073741819 (0xC0000005)`

转载 作者:太空宇宙 更新时间:2023-11-03 11:36:33 25 4
gpt4 key购买 nike

我的问题是,当我运行 FC 网络时,代码在 CPU 和 GPU 上都运行良好。但是说到 CNN,我只能在 CPU 上训练它。当我尝试在 GPU 上对其进行训练时出现错误。

像那样:

Process finished with exit code -1073741819 (0xC0000005)

我发现当代码转到 loss.backword 时出现错误。当我使用第一列而不是第二列时发生错误。

device = torch.device("cuda:0")

device = torch.device("cuda:0" if opt.cuda else "cpu")

我的环境是Python 3.6.9,Windows 10,Torch 1.2.0,Cuda 9.2。

最佳答案

我终于明白了。

发生此错误只是因为我的变量之一未加载到 cuda 中。

当我添加这个 output = Variable(netD(real_cpu),requires_grad=True) 时,问题就解决了。

关于python - 如何修复错误 `Process finished with exit code -1073741819 (0xC0000005)`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58334740/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com