CAT-Net icon indicating copy to clipboard operation
CAT-Net copied to clipboard

Inference on CPU

Open Hamdi-Ben-Abdallah opened this issue 3 years ago • 1 comments

Hello,

I would like to test your code and your pre-trainer model and I wanted to know if it works only on CPU? Do you know the execution time to process an image?

Thanks in advance.

Hamdi-Ben-Abdallah avatar Apr 06 '22 23:04 Hamdi-Ben-Abdallah

Hi, I'm sorry to inform you that this code cannot run without CUDA. You'll see so many .cuda() in the whole project. If you wish to run it, you need to manually modify the entire project.

CauchyComplete avatar Apr 07 '22 01:04 CauchyComplete