This is the grader feedback
In Code Cell 9 in function tfds.load() we expected to find split=tfds.Split.TEST and could not find it.
The split can also be specified as 'test'
. Please fix the grader.
Thank you.
This is the grader feedback
In Code Cell 9 in function tfds.load() we expected to find split=tfds.Split.TEST and could not find it.
The split can also be specified as 'test'
. Please fix the grader.
Thank you.
Hi thanks for bringing it into our notice we will look into it and update.
I think the issue might be due to tensor flow version also please see whether you are using the correct code as the version some code works only in latest version of tensor flow
What version of tensorflow and tensorflow_datasets do you use for the assignment?
Hi, I am also having trouble to submit the homework for week 2 correctly. The grader was giving me clear feedback initially, like:
After fixing the many silly errors, the grader says āSorry, your submission was incorrect. Please try again. list index out of rangeā. I tried putting the text in the area where TEXT was asked, but it still returns the same error. How do I troubleshoot this error so that I can submit my work?
Did you find a solution for the ālist index out of rangeā problem?
No, I got started on DataBricks and I never went back to trying to run the code to finish the Specialization. I am pretty sure the code is correct. I never received a response, you are the first person to respond and I told Coursera several times in feedback questionnaires.
Sorry to hear that! If it helps, I was receiving the same feedback: ālist index out of rangeā.
I could solve my case. In the āevaluate the model using kerasā cell, when integrating the TensorFlow Hub module into a sequential model, I was adding and additional output layer (instead of declaring the output within the hub.KerasLayer)
Hello Emiliano, Thank you so much for the response! I will check the layers again. Just hearing that someone else had the same problem actually does help, I really believed that the site or correction script was broken because I rechecked the code many times. I even looked a other peopleās posted code on github (which I dislike doing because I rather figure it out myself) and their code had more errors than my code⦠Thanks for reassuring me that it was my code and not an error in the correction program. All the best!
Just to let you know, your suggestion fixed the problem. I was adding an additional softmax layer and setting the output in the Hub.KerasLayerā¦such a silly error. I hope this post helps others who make the same mistake. All the best.