Submission _Error

Hi, i have submitted the assignment but the grader displayes the following error:-

Details of failed tests for train_val_generators

Failed test case: There was an error grading this function. Details shown in 'got' value below:.
Expected:
no exceptions,
but got:
[Errno 2] No such file or directory: '/tmp/training'.


All tests passed for create_pre_trained_model!

All tests passed for output_of_last_layer!

All tests passed for create_final_model!

In colab , i did not face any Directory error, i successfuly finished all the steps.

Hi Asif! Sorry for the late reply. You might have hardcoded the path in the solution. Kindly use the function parameters (i.e. TRAINING_DIR or VALIDATION_DIR) instead to avoid the error. Hope it works!