【发布时间】:2020-11-13 16:19:47
【问题描述】:
RuntimeError: Detected that PyTorch and torchvision were compiled with different CUDA versions. PyTorch has CUDA Version=10.2 and torchvision has CUDA Version=10.1. Please reinstall the torchvision that matches your PyTorch install.
我正在尝试在我的 Google Colab 上运行 YOLACT 并发现此错误。有人可以帮忙解决这个问题吗?
【问题讨论】:
标签: pytorch torchvision