Error in Imagedatabunch

Hi everyone,

I am facing the error:
" warnings.warn("The default behavior for interpolate/upsample with float scale_factor will change " while running the 1st lesson (pets classifier).

I did find the solution/hack while browsing the forums which was to downgrade the pytorch version from 1.5 to 1.4 by adding the following lines of code in the beginning.
!pip install torch==1.4.0 torchvision==0.5.0

I am using google colab. Now, whenever I reload my notebook (saved in drive). Example, opening it next day, my pytorch version needs to be updated again (1.5 -> 1.4). Can it be fixed to 1.4?