PyTorch 错误和解决方案汇总

她那时候还太年轻,不知道所有命运赠送的礼物,早已在暗中标号了价格。

——《断头皇后》茨威格

用于记录使用 PyTorch 过程中出现的BUG和ERROR,更重要的是可行的解决方案。

1. CUDA error: no kernel image is available for execution on the device

问题描述:安装nvidia相关驱动后,运行PyTorch代码出现对应问题

出现时间:2020年9月7日

相关链接:

  1. CUDA error: no kernel image is available for execution on the device Error from operator: output
  2. Cuda error: no kernel image is available for execution on the device #31285

解决方案:

Reference

  1. CUDA error: no kernel image is available for execution on the device Error from operator: output
  2. Cuda error: no kernel image is available for execution on the device #31285