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