Failed test case: parse_data_from_input has incorrect type.
Expected:
typing.Callable,
but got:
<class 'NoneType'>
And It gives same error for train_val_generators and create_model functions.
But I already completed all required functions. Outputs of my functions matched with expected outputs.
My training acc: 0.9333, and val_acc : 0.9767. I don’t know why this error appears.