All test past but grade is cero

Hi,

I finished the Segmentation with U-Net assignment with all the tests past, I did the Restart & Clear Output as indicated but still I’m getting a 0/100 grade and not passed. :frowning:
What else can I do?

The grader output is:
Cell #3. Can’t compile the student’s code. Error: IndexError(‘list index out of range’)

Thxs!

Please post the results message from the grader.

Isn’t it what I shared already? Is there anything else?

ex-w3a2

Filename: ex-w3a2

0/100Score: 0 of 100

Hide grader output

Grader output

Cell #3. Can’t compile the student’s code. Error: IndexError(‘list index out of range’)

Yes, that looks like it. Sorry my mistake earlier.

Apparently one of your functions has an out-of-range index.

Did you change the ‘N’ value in the 3rd cell in the notebook?

2 Likes

Hi,
I did! I reverted back to N=2 and it worked!

Thank you!