I was working on implementing RNN on a dataset as taught by Rachel in the NLP course , which is present inside fast AI itself.
and tried to use this function untar_data
, however this is the error i receive
AttributeError: module 'fastai' has no attribute 'untar_data'
. would like to know how to resolve this error