C2W4 Multi-class Classification gdown

Hi, I am working on the multi-class assignment and the following lines are not working:

!gdown --id 1z0DkA9BytlLxO1C0BAWzknLyQmZAp0HR
!gdown --id 1z1BIj4qmri59GWBG4ivMNFtpZ4AXIbzg

When I check the file directory in Google Colab the files are not there so I can’t complete the assignment. Thanks for your help!

Thanks for bringing this up. The staff have been informed about this.

Please use the latest version of gdown while you wait for the staff to respond:

!pip install gdown==5.1

Download the files like this in the code cell:

!gdown 1z0DkA9BytlLxO1C0BAWzknLyQmZAp0HR
!gdown 1z1BIj4qmri59GWBG4ivMNFtpZ4AXIbzg

Thanks for your suggestion, before I read it I ran

!pip install gdown == 4.0

and that worked.