I’m attending Tensorflow introduction for AI course, and I’m having an issue with my notebook work. It seems that even I’ve completed all the assignment for the week 1(they are three) the bot doesn’t find the third one makin me fail the test.
The message is ‘Unable to find object required for grading in your code.’ but the object is there, in fact is a neural network…
I’ve already checked that I didn’t edit the GRADED FUNCTION or wrote outside START CODE HERE and END CODE HERE.
I notice that after the part to be filled there is a function defined with a word repeated, that make the compilation the code fail, but I’ve solved it with a workaround.
Anyway the bot is still saying me: ‘Unable to find object required for grading in your code.’
click on my name then message me screenshot of your grade function codes. Also can I know did you by any chance rename the assignment name? before submitting?
You will have to get a fresh copy and make sure only to replace the None placed in between ###START AND END CODE HERE###
The issue why your grader is not able to grade the #GRADE FUNCTION trained_model is you have incorrectly rewritten the codes from the previous grade functions create model, and define and compile models into the trained_model.
rectify this, you grade will be able to grade your assignment to pass the assignment.
Also remember this tip some return functions are used in the subsequent functions but it is not always use just as it was used previously.
trained_model codes are lot simpler, you had to just use the previous def function to recall the features and model instead of writing the same codes again.
I am just sharing a unedited screenshot of trained_model codes snippet for you to cross check with your codes