pytorch-captcha-recognition
pytorch-captcha-recognition copied to clipboard
gpu似乎没有被使用
训练时cpu占用100%而gpu占用仅1%
需要自行修改代码, 模型和数据后面加上.cuda()方法即可, 速度确实可以快很多。 具体可google
https://github.com/pprp/captcha_identify.torch 基于这个库进行改进,支持GPU CPU
模型和数据.to('cuda:0')就行