Is there any way around to get GPU on colab
import torch
print(torch.version)
print(torch.cuda.is_available())
Error:
RuntimeError: No CUDA GPUs are available
Any suggestion would be appreciated
Is there any way around to get GPU on colab
import torch
print(torch.version)
print(torch.cuda.is_available())
Error:
RuntimeError: No CUDA GPUs are available
Any suggestion would be appreciated