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
I got an error while running the pspnet_resnet_v2 model with SBD data.
Check failed: status == CUBLAS_STATUS_SUCCESS (11 vs. 0) CUBLAS_STATUS_MAPPING_ERROR
Can you help me resolve it.
Some people mentioned it may be related to the scaling of the label. Since you read the labels with cv2.imread in a grayscale mode in the image_seg_data.py layer. Could it be a result of that?
The text was updated successfully, but these errors were encountered:
I got an error while running the pspnet_resnet_v2 model with SBD data.
Check failed: status == CUBLAS_STATUS_SUCCESS (11 vs. 0) CUBLAS_STATUS_MAPPING_ERROR
Can you help me resolve it.
Some people mentioned it may be related to the scaling of the label. Since you read the labels with cv2.imread in a grayscale mode in the image_seg_data.py layer. Could it be a result of that?
The text was updated successfully, but these errors were encountered: