mittagessen / kraken

OCR engine for all the languages
http://kraken.re
Apache License 2.0
750 stars 131 forks source link

cuda version installation issue #412

Closed dstoekl closed 1 year ago

dstoekl commented 1 year ago

upon new install I get: Torch version 1.13.0 has not been tested with coremltools. You may run into unexpected errors. Torch 1.12.1 is the most recent version that has been tested. And subsequently on training attempt: MisconfigurationException: No supported gpu backend found!

mittagessen commented 1 year ago

The warning can safely be ignored because we don't use the pytorch conversion code of coreml.

The error you're getting is most likely caused by a pytorch installation without GPU support (or missing GPU drivers).