BrokenPipeError with cnn_learners

I am following a tutorial and could not get the same output.

This is the code:

m = cnn_learner(dls, resnet18, metrics=[accuracy, top_k_accuracy])

m.fine_tune(3)

This outputs BrokenPipeError.