Student Error: Qualifier ran out of memor

Error message
I try to send an optimized solution. If you think your solution is correct, search the discussion forum to see if your peers have experienced similar errors or found solutions for similar errors, or if course staff have previously provided guidance for these types of errors. If the issue is not resolved within 24 hours, please contact Coursera through the Help Center.

I don’t understand how to solve this problem, the problem is solved correctly for me. Please help me if any have a similar problem.
Best regards

Hi Martin,

I had this same problem. If you are using 3 Convolution layers, try reducing the # of convolutions in each filter. The first parameter is the number of covolutions i.e. Conv2D( X, ← this number

I finally had success with 8 for the first layer and 16 for the second and third. It would probably still work if you just changed them all to 8.

Hope this helps,

Tim

1 Like