Process finished with exit code 137 怎样解决
时间: 2023-10-20 07:34:29 浏览: 252
Python报错:Process finished with exit code -1073740791 (0xC0000409)
5星 · 资源好评率100%
当程序运行时出现"Process finished with exit code 137"的错误提示,一般是由于内存不足或CPU不足导致的。这个错误提示表明系统强制杀掉了进程。
解决这个问题的方法有以下几种:
1. 减少一次性读写的数据量:可以通过调小batch size来减少一次性读写的数据量,这样可以减少内存的占用。
2. 减少内存占用:在训练过程中,可以使用loss.data来减少loss或网络输出的积累,避免计算图不断扩张,从而减少内存的占用。
3. 增加系统资源:如果是Ubuntu系统,可以增加系统的内存或CPU资源。如果使用了Docker,则可以在启动Docker时设置更大的内存。如果使用虚拟机,则可以增加虚拟机内部的Ubuntu的内存。
4. 检查GPU环境:如果出现这个错误只有在使用GPU的PyTorch程序中,可能是由于GPU资源不足导致的。可以检查GPU是否正常工作,或者尝试使用TensorFlow和Keras等其他工具库来运行GPU程序。
需要注意的是,以上解决方法是根据引用、和的内容提供的建议。具体的解决方法可能因具体情况而异,可以根据实际情况选择适合的解决方案。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* [Process finished with exit code 137 (interrupted by signal 9: SIGKILL)](https://blog.csdn.net/LemonShy2019/article/details/124613013)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 33.333333333333336%"]
- *2* [Process finished with exit code 137 (interrupted by signal 9: SIGKILL)错误](https://blog.csdn.net/weixin_43570470/article/details/124605921)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 33.333333333333336%"]
- *3* [pytorch报错:Process finished with exit code -1073741819 (0xC0000005)](https://download.csdn.net/download/weixin_38586942/13742773)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 33.333333333333336%"]
[ .reference_list ]
阅读全文