UserWarning: 'pin_memory' argument is set as true but no accelerator is found, then device pinned memory won't be used.
Author: tsukishima1321Created Jun 19, 2025Updated Jun 4, 2026
I set gpu=False when initing the Reader but get the warning
\site-packages\torch\\\utils\data\dataloader.py:665:UserWarning: 'pin_memory' argument is set as true but no accelerator is found, then device pinned memory won't be used.
Source: JaidedAI/EasyOCR