AdaFace icon indicating copy to clipboard operation
AdaFace copied to clipboard

Is it possible to use without CUDA?

Open martinenkoEduard opened this issue 3 years ago • 2 comments

Is it possible to use without CUDA?

martinenkoEduard avatar Aug 17 '22 06:08 martinenkoEduard

I have not tested running without cuda support, but it should be possible to run it as the code is wrappend in pytorch-lightning training / validation pipeline. You may refer to https://www.pytorchlightning.ai/ to see what are changes needed for cpu inference.

mk-minchul avatar Sep 10 '22 15:09 mk-minchul

I have not tested running without cuda support, but it should be possible to run it as the code is wrappend in pytorch-lightning training / validation pipeline. You may refer to https://www.pytorchlightning.ai/ to see what are changes needed for cpu inference.

yep. I managed to run it just fine.

martinenkoEduard avatar Sep 12 '22 05:09 martinenkoEduard