I completed the assignment with required accuracy
also passed the 2nd part of the assignment by correctly implementing the whole notebook
in the 1st part I am failing even though it is throwing the correct output as required and expected.
The message is as follows:
Details of failed tests for create_train_val_dirs
Failed test case: create_train_val_dirs has incorrect type.
Expected:
typing.Callable,
but got:
<class ‘NoneType’>.
Details of failed tests for split_data
Failed test case: split_data has incorrect type.
Expected:
typing.Callable,
but got:
<class ‘NoneType’>.
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_model
Failed test case: create_model has incorrect type.
Expected:
typing.Callable,
but got:
<class ‘NoneType’>.
Somebody please help me (point me to the example case of this type error fixing)
I have no idea of what the error message is about