GabrielDornelles / pytorch-ocr

Simple Pytorch framework to train OCRs. Supports CRNNs, Attention, CTC and Cross Entropy Loss.
MIT License
72 stars 16 forks source link

Update requirements.txt #6

Closed goodwin64 closed 1 year ago

goodwin64 commented 1 year ago

use numpy 1.23.0 to fix the types issue

goodwin64 commented 1 year ago

before fix:

Screenshot 2023-11-04 at 23 01 39

after fix:

Screenshot 2023-11-04 at 23 00 28
goodwin64 commented 1 year ago

fixes https://github.com/GabrielDornelles/pytorch-ocr/issues/5