Open king159 opened 1 year ago
It will be helpful if we can pass in the torch device in the hpsv2.score(..., device=torch.device("cuda") function. Currently, the model will be forced to run on GPU0
hpsv2.score(..., device=torch.device("cuda")
GPU0
Will fix it after the CVPR deadline...
It will be helpful if we can pass in the torch device in the
hpsv2.score(..., device=torch.device("cuda")
function. Currently, the model will be forced to run onGPU0