Relative Content

Tag Archive for tensorflowpytorchcudahyper-v

CUDA_ERROR_OUT_OF_MEMORY: out of memory raised after call ‘cuda.is_available()’

>>> import torch >>> torch.cuda.is_available() miniconda3/envs/test_gpu/lib/python3.10/site-packages/torch/cuda/__init__.py:118: UserWarning: CUDA initialization: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 2: out of memory (Triggered internally at ../c10/cuda/CUDAFunctions.cpp:108.) return torch._C._cuda_getDeviceCount() > 0 False OS: Ubuntu 22.04 base on hyper-v NVIDIA-SMI 550.76.01 Driver Version: 552.22 Support […]