HiDe-Prompt
HiDe-Prompt copied to clipboard
Index out of bounds when running ImageNetR
When I was training on the ImageNetR dataset using two GPUs, an issue occurred during the second phase of training (it appeared suddenly after a period of normal training). Has anyone encountered this situation? How can it be resolved?
../aten/src/ATen/native/cuda/IndexKernel.cu:92: operator(): block: [83,0,0], thread: [127,0,0] Assertion index >= -sizes[i] && index < sizes[i] && "index out of bounds"
failed.
Traceback (most recent call last):
File "main.py", line 132, in cublasDgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)