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训练模型?我的torch.cuda.is_available()为True,代码指定GPU这一行 device = torch.device("cuda" if torch.cuda.is_available() else "cpu")即指定GPU,但当训练时,nvidia-smi查看GPU利用率是为0,请问博主是我操作上忘记某个开启GPU的开关了吗?还请大佬提示
The text was updated successfully, but these errors were encountered:
@wxue1201 did you solve the problem?
Sorry, something went wrong.
No branches or pull requests
请问大佬,能否使用GPU训练模型?我的torch.cuda.is_available()为True,代码指定GPU这一行 device = torch.device("cuda" if torch.cuda.is_available() else "cpu")即指定GPU,但当训练时,nvidia-smi查看GPU利用率是为0,请问博主是我操作上忘记某个开启GPU的开关了吗?还请大佬提示
The text was updated successfully, but these errors were encountered: