yanx27 / EverybodyDanceNow_reproduce_pytorch

Everybody dance now reproduced in pytorch
MIT License
607 stars 172 forks source link

cuda error #105

Open ekma000 opened 3 years ago

ekma000 commented 3 years ago

RuntimeError: CUDA error: an illegal memory access was encountered CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. I got this error in I got an error when I put the data into cuda, I modified the code ,Traceback : label_input=label_input.cuda()

I have looked for many methods and have not solved it Please help me