Hello guys,
I am facing a big problem with my W2 assignment specifically ex2.
Every time I try to submit my assignment I have this error with the grader which i can’t understand why it would want the sequential model to be of class type.
Code Cell UNQ_C1: Function ‘my_softmax’ is correct.
Unexpected error occurred during variable check. We expected variable model to be of type <class ‘list’>. Please check that this variable is initialized and is of the right type.
If you see many functions being marked as incorrect, try to trace back your steps & identify if there is an incorrect function that is being used in other steps.
This dependency may be the cause of the errors.
this is my model implementation:
Code deleted by Mentor
and this is the result after training:
thanks, in advance.

