Lesson2: bears_classification

I get the following warning when training my model:

/home/ubuntu/miniconda3/envs/fastai/lib/python3.8/site-packages/PIL/Image.py:962: UserWarning: Palette images with Transparency expressed in bytes should be converted to RGBA images

Tho my model still trains, what does this warning imply?

thanks

Yeah I am also getting the same problem. I am also trying to figure it out from yesterday. Please let me know if you got the solution. I am using DuckDuckGo to download the images and colab.

This warning means that downloaded image in not in RGB(red, green, blue) pixel format (which is the default one)

SOLVED: