Assignment 1: cannot lauch, please help with Colaboratory

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.

  1. You need to code between the block where you just need to write the functions mostly :
### START CODE HERE
....
....
### END CODE HERE
  1. You need to read the hints to understand what you need to code.

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

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

1 Like