Problem when running the Model Prediction cell in Colab Human vs Horses

Hello. I’ve been having this problem for all the Notebooks used in the Week 4. Can someone helped me?


Thanks!

Hello @Carlos_David_Cruz_Vi ,

Welcome to the Community!!

Btw can you kindly give the specific link to the notebook you are working(link of the fresh notebook, linked in the course readings). Because downloading part code is always done prior.Students don’t need to do that generally(unless there is any recent update).

And as per the error of your screenshot,

1.You have not chosen any file.
When you are using this way to upload a file : uploaded= files.upload(),
see there is a grey box to upload files : Choose files. There you need to upload your dataset.To upload, you must have downloaded the dataset to upload.

  1. You can directly use !wget to download dataset from the link :
!wget [link]
example:
# Download the training set
!wget https://storage.googleapis.com/tensorflow-1-public/course2/week3/horse-or-human.zip

# Download the validation set
!wget https://storage.googleapis.com/tensorflow-1-public/course2/week3/validation-horse-or-human.zip

With regards,
Nilosree Sengupta