Why torch cuda counting on cpu?
I am training a model and my torch.device('cuda' if torch.code.is_available() else 'cpu')
outputs a code. But the task manager shows a gpu load of 0%, and a CPU load of 35 – 40%.To install torch, I used pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121