Every test is passed in a notebook and i get 0.99 accuracy on both training and test sets. but after submitting the notebook i get this:
Details of failed tests for train_val_generators Failed test case: train_val_generators has incorrect type. Expected: typing.Callable, but got: <class ‘NoneType’>.
Details of failed tests for create_pre_trained_model Failed test case: create_pre_trained_model has incorrect type. Expected: typing.Callable, but got: <class ‘NoneType’>.
Details of failed tests for output_of_last_layer Failed test case: output_of_last_layer has incorrect type. Expected: typing.Callable, but got: <class ‘NoneType’>.
Details of failed tests for create_final_model Failed test case: create_final_model has incorrect type. Expected: typing.Callable, but got: <class ‘NoneType’>.
I’ve tried creating a new notebook and copy pasting all the code from the old one. It’s the last assignment left to get a specialization certificate. So please contact me in telegram: @hell0ut and send me a working notebook or help me to solve it)