z009LL
August 9, 2021, 7:41pm
1
i am getting Cell #3 . Can’t compile the student’s code. Error: IndexError(‘list index out of range’)
Is that my fault of is the referenced problem with the grader in this specific notebook?
The u-net works well and i have passed all graded functions. Also, i am submited this 6 times already.
I have ttyed reseting the kernel and saving checkpoint. Didnt work.
What i should do? Could anyone grade my notebook manually, please? thanks.
TMosh
August 9, 2021, 10:10pm
2
There is probably an error in your code. It works with the data in the exercise, but not with the data the grader uses.
z009LL
August 9, 2021, 11:23pm
3
Thats probable.
But if that is the case, how could I figure where is my error? The function with excercise data works, and is composed by many lines. And the grader does not give any helpfull feedback.
z009LL
August 9, 2021, 11:40pm
4
i try to delete all, and rename the main folder (because while delting, i realize the inmense amount of time that it will take).
Now i cant even open a new notebook.
Please help, i have been dedicating a great amount of time in this specialization and this error is frustrating.
sorry my english, is not my native lenguaje.
TMosh
August 10, 2021, 12:01am
5
Looks like you have trashed your notebook, you may have to start over with a fresh copy.
Instructions are here:
1 Like
TMosh
August 10, 2021, 12:02am
6
Since the error says “list index out of range”, you should look in your code for any hard-coded data shapes that might not be the same in the grader’s tests.
1 Like
z009LL
August 10, 2021, 12:20am
7
Solved!
Special thanks to your precise and fast answers.