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
训练时cpu占用100%而gpu占用仅1%
The text was updated successfully, but these errors were encountered:
需要自行修改代码, 模型和数据后面加上.cuda()方法即可, 速度确实可以快很多。 具体可google
Sorry, something went wrong.
https://github.com/pprp/captcha_identify.torch 基于这个库进行改进,支持GPU CPU
模型和数据.to('cuda:0')就行
No branches or pull requests
训练时cpu占用100%而gpu占用仅1%
The text was updated successfully, but these errors were encountered: