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
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