C2W1 Assignment graded output

Hello, I get the following error when submitting course2 (Convolutional Neural Networks) week1 assignment. Could you please help me fix the issue

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’>.

1 Like

Please check notebook metadata and refresh the workspace if required / in doubt. If that doesn’t help, please click my name and message your notebook as an attachment.

@kiki98

Just saw your notebook. Grader metadata is missing. Please follow the 2 links in the post above to refresh your workspace.

@Sarvesh_Vijaykumar_K Grader metadata is missing in your notebook as well.