Hello @Doug_Epling ,
Yeah sure! We mentors are here to help you.
Though I am still not clear about your particular issue, I am giving you a general idea of how to do your assignments.
- You need to code between the block where you just need to write the functions mostly :
### START CODE HERE
....
....
### END CODE HERE
-
You need to read the hints to understand what you need to code.
-
After every graded function, there is a test cell -
#Test your XYZ function. That will test your function fetching inputs from given directories. So you don’t have to think about directories. -
Example function : create_train_val_dirs
Check this to understand how to interpret frm hints.
Details of failed tests for create_train_test_dirs - #7 by nilosreesengupta
With regards,
Nilosree Sengupta