Hello Everyone,
I am getting the following error,
Details of failed tests for split_data
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: ‘./data/images-zero/cats/’.
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: ‘./data/images/’.
My code is working perfectly fine in the notebook and I have even trained the model with 98% training accuracy and 82% validation accuracy but still I am getting no directory error with the grader.
Please Help!