Using Kaggle images (Regualr images not from competitions)

Hey guys im trying to create a model to detect pneumonia in chest using this dataset


]

i downloaded this image manually and inserted it to my drive location to train the model

now im getting this error

/usr/local/lib/python3.6/dist-packages/torch/nn/functional.py:3103: UserWarning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and now uses scale_factor directly, instead of relying on the computed output size. If you wish to restore the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details.
warnings.warn("The default behavior for interpolate/upsample with float scale_factor changed "

can someone please tell me how to use images from kaggle (which are not competitions datasets) and make it work with “grizzly bear example notebook”

anyone @jeremy

Thanks in advance