Holmeyoung / crnn-pytorch

Pytorch implementation of CRNN (CNN + RNN + CTCLoss) for all language OCR.
MIT License
377 stars 105 forks source link

val gpu slow #74

Closed Zrufy closed 2 years ago

Zrufy commented 2 years ago

during the training the usage of GPU is high but when start to val the usage go to 20%.Any help for this @Holmeyoung ?

Zrufy commented 2 years ago

refer to this to solve this problem! 214