ImageDatabrunch Error Colab Lesson 1

I just ran into this myself.
see this thread: FastAI throwing a runtime error when using custom train & test sets

The latest pytorch version is incompatible with the current fastai libs.
There are multiple solutions; the simplest is to downgrade torch:

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