Skip to content Skip to sidebar Skip to footer

Cv2, Keras, Internalerror (see Above For Traceback): Blas Gemm Launch Failed

I get this Error: InternalError (see above for traceback): Blas GEMM launch failed : a.shape=(1, 2304), b.shape=(2304, 512), m=1, n=512, k=2304 [[Node: dense_1/MatMul = MatMul

Solution 1:

From 32x32 (CIFAR10 images) to 320x320 images you grow your dataset size by 100. What's happening there I think is that in the first example the data passed in your model are too big (100x bigger than the 2nd example without interpolation).


Post a Comment for "Cv2, Keras, Internalerror (see Above For Traceback): Blas Gemm Launch Failed"