AttributeError: module 'fastai' has no attribute 'untar_data'

Receiving an error when I try to download and untar the MNIST TINY dataset. Was using the documentation from: https://docs.fast.ai/datasets.html

Any help with this is much appreciated!

In terms of package versions, I’m using:

  • fastai == 1.0.38
  • torch == 1.0.0
  • torchtext == 0.2.3

fastai.datasets.untar_data

1 Like

Many thanks @AbuFadl! That worked. Updated my notebook here (see line 21)