SeanNaren / warp-ctc

Pytorch Bindings for warp-ctc
Apache License 2.0
756 stars 271 forks source link

GPU execution requested, but not compiled with GPU support #180

Open qumoy opened 3 years ago

qumoy commented 3 years ago

I meet this problem above when I use cuda11.0+rtx3070 to trian crnn net,what's the reason bring the problm and how to slove?

Rhythmblue commented 3 years ago

@qumoy The GPU API is not compiled successfully. Did you met any errors when cmake .. or make? You could read the outputs when compiling.

qumoy commented 3 years ago

I use Pytorch's CTC_LOSS API and the problem dismiss.

ilove-Moretz commented 2 years ago

hi,if anybody deal this problem ,test_gpu.py is ok, but when I run the program,"GPU execution requested, but not compiled with GPU support" is still occur.