当前位置:网站首页>RuntimeError: no valid convolution algorithms available in CuDNN
RuntimeError: no valid convolution algorithms available in CuDNN
2022-07-02 22:13:00 【牧羊女说】
在一台带GPU的Windows上运行一个开源项目,依次安装好了各个依赖库、解决了虚拟内存空间不足的问题、解决了内存越界的问题之后,以为就要大功告成了,没想到又出了一个致命问题:

百度搜索了一下,不少人说是由于显存不够导致的。于是在运行程序的时候通过nvidia-smi查看显存占用情况,发现在错误出现之前现存占用一直在升高,直到基本接近显存上限:

于是把相同的程序挪到Linux服务器上(单显卡显存24G)配置运行,是OK的。
所以解决该问题除了换大显存显卡之外,另外一个思路是降低单次送往显存的数据。实际上,在上述出问题的代码中,已经将wokers数量设置为0,并且batch_size也是1,所以可能是其他什么地方出了问题。目前仍然在定位。
边栏推荐
- 归并排序详解及应用
- Potplayer set minimized shortcut keys
- SharedPreferences 保存List<Bean> 到本地并解决com.google.gson.internal.LinkedTreeMap cannot be cast to异常
- Use the scroll bar of souI when using the real window in souI
- 数据标注典型案例,景联文科技如何助力企业搭建数据方案
- Doorplate making C language
- Which common ports should the server open
- Jericho's thimble reaction when directly touching the prototype is abnormal [chapter]
- Go language sqlx library operation SQLite3 database addition, deletion, modification and query
- Lambda expression: an article takes you through
猜你喜欢

RecyclerView结合ViewBinding的使用

实现BottomNavigationView和Navigation联动

PotPlayer设置最小化的快捷键

Go project operation method

Getting started with golang: for Range an alternative method of modifying the values of elements in slices

Realize the linkage between bottomnavigationview and navigation

购买完域名之后能干什么事儿?

Detailed explanation and application of merging and sorting

Print out mode of go

AES高級加密協議的動機闡述
随机推荐
Quantitative analysis of PSNR, SSIM and RMSE
psnr,ssim,rmse三个指标的定量分析
Troubleshooting the cause of the crash when STM32 serial port dam receives 253 bytes
程序员版本的八荣八耻~
SharedPreferences 保存List<Bean> 到本地并解决com.google.gson.internal.LinkedTreeMap cannot be cast to异常
RecyclerView结合ViewBinding的使用
景联文科技低价策略帮助AI企业降低模型训练成本
SQL advanced syntax
STM32串口DAM接收253字节就死机原因排查
Print out mode of go
潘多拉 IOT 开发板学习(HAL 库)—— 实验4 串口通讯实验(学习笔记)
Sword finger offer II 099 Sum of minimum paths - double hundred code
Successfully changed Splunk default URL root path
严守工期,确保质量,这家AI数据标注公司做到了!
SQL进阶语法
Temperature measurement and display of 51 single chip microcomputer [simulation]
编辑卡顿
分布式监控系统zabbix
ping域名报错unknown host,nslookup/systemd-resolve可以正常解析,ping公网地址通怎么解决?
归并排序详解及应用