我使用cuda导入torch并运行简单的代码,但出现了RuntimeError: CUDA error: out of memory错误。我的代码和错误是: >>> import torchTraceback (most recent call last):File "<stdin>", line 1, in <m
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.我试图在我的Google Colab上运行YOLACT,发现了这个错误。有人能帮助解决这个问题吗?
当我将ReLU层添加到模型中时,就会出现错误。0.2), return oModel
错误: CUDA error: no kernel image is available for execution on the device
CUDA kernel errors might be asynchronouslyFor debugging consider pa