[4 / 1 / 1]
Quoted By:
I'm trying to use Mokuro OCR with GPU
https://github.com/kha-white/mokuro
I installed Cuda 118, cuda 125, (Like several attempts with different ones)
pytorch as instructed
import torch
print(torch.__version__)
print(torch.cuda.is_available())
shows as TRUE
Python also tried with 3.9 and now 3.10.10
My GPU is a RTX 3050 6gb VRAM
It just keep using 100%CPU and even goes below 40% CPU, unusable... Please help.
https://github.com/kha-white/mokuro
I installed Cuda 118, cuda 125, (Like several attempts with different ones)
pytorch as instructed
import torch
print(torch.__version__)
print(torch.cuda.is_available())
shows as TRUE
Python also tried with 3.9 and now 3.10.10
My GPU is a RTX 3050 6gb VRAM
It just keep using 100%CPU and even goes below 40% CPU, unusable... Please help.
