First, I used the command
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
got this error
AssertionError: Torch not compiled with CUDA enabled
Then I find the matched cuda version in pytorch website and I managed to remove the error message. but when i run the face_test.py , nothing happen, only an empty "result" folder gets created
First, I used the command
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
got this errorAssertionError: Torch not compiled with CUDA enabled
Then I find the matched cuda version in pytorch website and I managed to remove the error message. but when i run the face_test.py , nothing happen, only an empty "result" folder gets created