You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, while running this code i get an error
" RuntimeError: CUDA error: invalid device ordinal "
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.
it first shows 'start training'
then shows 'random seed : (random numbers)'
then : 'loaded pretrained model (ImageNet)'
and then comes runtime error.
can anyone please help me fix this issue,
Thank you.
The text was updated successfully, but these errors were encountered:
Hello, while running this code i get an error
" RuntimeError: CUDA error: invalid device ordinal "
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.
it first shows 'start training'
then shows 'random seed : (random numbers)'
then : 'loaded pretrained model (ImageNet)'
and then comes runtime error.
can anyone please help me fix this issue,
Thank you.
The text was updated successfully, but these errors were encountered: