AdaFace
AdaFace copied to clipboard
Is it possible to use without CUDA?
Is it possible to use without CUDA?
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.
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.