Saving Images in Colab for 02_Production (From Model to Production)

Hey Fastai Forum!

I’m trying to recreate the exercise from chapter 2 in the Fastai book (were we train a model that call tell the difference between 3 types of bears) and I can’t seem to save the image that would be used to train my model in Colab.

Everything seems to be fine until this part:

dest = 'images/grizzly.jpg'
download_url(ims[0], dest)

How would I implement this into Colab?

Thanks :slight_smile:

this should do it for you. always try searching the forum before you post a new topic, chances are someone has already been there.

2 Likes

Thank you. I did search. It looks like I just kept on using the wrong keywords.

2 Likes