You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:\Python3.8.8\lib\site-packages\rapidocr_paddle\utils\infer_engine.py", line 60, in call
self.predictor.run()
RuntimeError: ResourceExhaustedError:
Out of memory error on GPU 0. Cannot allocate 2.222168GB memory on GPU 0, 3.254761GB memory has been allocated and available memory is only 763.000000MB.
Please check whether there is any other process using GPU 0.
If yes, please stop them, or start PaddlePaddle on another GPU.
If no, please decrease the batch size of your model.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
File "D:\Python3.8.8\lib\site-packages\rapidocr_paddle\utils\infer_engine.py", line 60, in call
self.predictor.run()
RuntimeError: ResourceExhaustedError:
Out of memory error on GPU 0. Cannot allocate 2.222168GB memory on GPU 0, 3.254761GB memory has been allocated and available memory is only 763.000000MB.
Please check whether there is any other process using GPU 0.
(at ..\paddle\fluid\memory\allocation\cuda_allocator.cc:87)
Beta Was this translation helpful? Give feedback.
All reactions