Pytorch训练中途无错退出 Process finished with exit code -1073740791 (0xC0000409)

2020.11.19  记录采坑过程

pytorch无错退出,Process finished with exit code -1073740791 (0xC0000409)。

 

可能的原因猜测可能就是版本不匹配。

 

最后的解决办法,我把Anaconda重新安装了python version 3.6。Cuda换成了10.2,cudnn换成了8.05。

最后,安装的Pytorch版本是 1.4, cuda=9.2(这里我选了低版本,没有选对应的10.2)。

 

还有就是,我发现服务器上的其他程序(如Abaqus和MATLAB)也会调用GPU加速,不知道是不是别的程序占用了GPU显存导致的。因为据我观察,

当程序退出时,显存占用会突然变满。这里我在Nvidia的控制面板里的程序设置将可能的软件禁用GPU。

 

##########################################我是分割线##################################################

Pycharm下运行pytorch中途进程无错跳出,不知道啥原因。

之前跑过完整的一次,后面就不行了?

 

第一次给出的提示是:

THCudaCheck FAIL file=..\aten\src\THC\THCCachingHostAllocator.cpp line=278 error=719 : unspecified launch failure

有可能是新版驱动的原因,当前驱动版本是443.18

PyTorch - `THCudaCheck FAIL file=..\aten\src\THC\THCCachingHostAllocator.cpp line=278 error=719 : unspecified launch failure` after a few epochs?

unspecified launch failure cuda运行时错误的讨论

pytorch计算错误unspecified launch failure

后面多次运行还是无错跳出进程,给出的提示是:
Process finished with exit code -1073740791 (0xC0000409)

 

网上给出的原因五花八门的。。。有一种可能说是h5py这个包引起的,卸载即可。

pycharm报错:Process finished with exit code -1073741819 (0xC0000005)

h5py这个坑-PyCharm Process finished with exit code -1073741819 (0xC0000005)

PyCharm Process finished with exit code -1073741819 (0xC0000005)

finished with exit code -1073740791 (0xC0000409)解决方案

 

Pycharm error “Process finished with exit code -1073740791 (0xC0000409)”

 
 
好像是因为CUDA 版本与cudnn,安装的pytorch参数配置不一致。
 
 

 

posted on 2020-09-27 20:28  那抹阳光1994  阅读(3223)  评论(0编辑  收藏  举报

导航