System is showing some warning

when I run my code there is some warning plz tell me what was the meaning of the warning:

hey @Jan19LPN0013 ,
the load_img function has found some pixels containing some transparency value , hence it is giving a warning that the image should be first changed from rgb to rgba format . ( a represents alpha for transparency ) .

Although , it just a warning , your code will work absolutely fine. I would suggest you to be it as it is and work further.

I hope this would have helped you.
Thank You and Happy Coding :slightly_smiling_face:.

means my image is in rgba format? and it convert rgba into rgb?

no, actually load_img has various parameters over an image it reads , so currently it is saying that there are some rgba values in your image which it can detect and hence warning you to change it to rgba format . See , its just a mere warning , just ignore this and work forward. Your code will work as it should work.

Thankyou sir for your support

hey @Jan19LPN0013,
I would request you to kindly mark this doubt as resolved and also provide your valuable feedback. :slightly_smiling_face: It helps us to improve our platform and provide you with better learning experience.