Image.py warning messages
I got the following warning messages when calling the 'model.fit_generator' function on keras:
Warning_1: Anaconda3\lib\site-packages\PIL\Image.py:968: UserWarning: Palette images with Transparency expressed in bytes should be converted to RGBA images
Warning_2: Anaconda3\lib\site-packages\PIL\Image.py:2685: UserWarning: image file could not be identified because WEBP support not installed
What these messages mean and how to get rid of them?
Category Data Science