EasyOCR icon indicating copy to clipboard operation
EasyOCR copied to clipboard

EasyOCR Torch Attribute problem

Open MidHaux911 opened this issue 1 year ago • 0 comments

I am facing problems on running my python code to test easy OCR

Traceback (most recent call last): File "test.py", line 9, in reader = easyocr.Reader(['en'], gpu=True) File "/home/pedicab/.local/lib/python3.6/site-packages/easyocr/easyocr.py", line 75, in init elif torch.backends.mps.is_available(): AttributeError: module 'torch.backends' has no attribute 'mps'

MidHaux911 avatar Apr 01 '24 13:04 MidHaux911