dee1024/pytorch-captcha-recognition

直接就用cpu训练,把我的电脑cpu给爆了 >_<

chenxs1427 opened this issue · 2 comments

为啥不默认GPU的

尝试下在train.py中修改:
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")

试下在train.py中修改: device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
这行代码放在哪里呀,没学过这些