Algorithm doesn’t run on GPU even after storing model and data into GPU. What am i missing?

后端 未结 0 594
北海茫月
北海茫月 2021-02-06 01:23

You can find training section of my code below:

device = torch.device(‘cuda’ if torch.cuda.is_available() else ‘cpu’)

Note: I am receiving True w

相关标签:
回答
  • 消灭零回复
提交回复
热议问题