E2FGVI icon indicating copy to clipboard operation
E2FGVI copied to clipboard

GPU is not working for prediction

Open tchen0623 opened this issue 2 years ago • 0 comments

Hi, I meet a problem when I was predicting using the E2FGVI-HQ. My CPU and Memory working for whole time but GPU does not work at all. I have ensure my CUDA is installed successfully, and the device for this code is return cuda. device = torch.device("cuda" if torch.cuda.is_available() else "cpu")

tchen0623 avatar Nov 08 '22 01:11 tchen0623