Week 3- Image Segmentation-Grader Problem

As announced by the course staff, we may get 0/100 for this assignment. I checked my answers, and according to the real-time checking, all answers are correct, but I got 0/100 more 15 times. This is the grader error:

Cell #8. Can’t compile the student’s code. Error: SyntaxError(‘invalid syntax’, (’/tmp/student_solution_cells/cell_8.py’, 35, 70, " [‘MaxPooling2D’, (None, 48, 64, 1024), 0, (2, 2)]]HeNormal\n"))

Could someone help me get rid of this? Thanks in advance.

Mostly likely it isn’t a grader error. I think the issue the course staff mentioned has been resolved.

Please send me a copy of your notebook file via a direct message.

1 Like

Keep in mind that the unit tests do not catch every possible error in your code.

1 Like

Thank you for your prompt response.

I am sorry. It was my bad. I found the error and fixed. First, since it was mentioned that we may get 0/100, I thought it is the grader problem, Thank you.