HigherHRNet-Human-Pose-Estimation
HigherHRNet-Human-Pose-Estimation copied to clipboard
RuntimeError: Expected one of cpu, cuda, mkldnn, opengl, opencl
When i set _C.MULTIPROCESSING_DISTRIBUTED = False, this mistake happens during train.
RuntimeError: Expected one of cpu, cuda, mkldnn, opengl, opencl, ideep, hip, msnpu device type at start of device string: 0
Same issue, any suggestion?
Same issue, any suggestion?
Is there a solution?Thank you so much if u can help me.
you can comment the code
elif args.gpu is not None: torch.cuda.set_device(args.gpu) model = model.cuda(args.gpu)
in the dist_train.py