Closed AlienX456 closed 2 years ago
Hi,
I have a problem when trying to run test script, when it is trying to run this line img = img.unsqueeze(0).to(self.device) execution gets blocked. ¿Do you know what could be happening?
img = img.unsqueeze(0).to(self.device)
Thanks!!!
I get cuDNN error: CUDNN_STATUS_MAPPING_ERROR after a while, it 's related with cuda, what version should i use?
it depends on your tensorflow version in local env that must satisfy to cuda, cudnn
Hi,
I have a problem when trying to run test script, when it is trying to run this line
img = img.unsqueeze(0).to(self.device)
execution gets blocked. ¿Do you know what could be happening?Thanks!!!