Lesson 2: getting error with creating ImageDataBunch from_folder

torch version 1.4.0 requires torchvision version 0.5.0
Therefore, if you install using pip, the command should be:

pip install "torch==1.4" "torchvision==0.5.0"

5 Likes