We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为啥不默认GPU的
The text was updated successfully, but these errors were encountered:
尝试下在train.py中修改: device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
Sorry, something went wrong.
试下在train.py中修改: device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu") 这行代码放在哪里呀,没学过这些
No branches or pull requests
为啥不默认GPU的
The text was updated successfully, but these errors were encountered: