Hi there,
I’m running the notebook for lesson 3 (IMBD) and am having this issue pop up when I run:
data = TextDataBunch.load(path)
I’ve updated FASTAI and am using a Paperspace notebook.
Has anyone had this issue, and if so how did you correct (seems as though directory doesn’t exist).
Thanks.
I am on the same stage .The same thing was happening with me
So instead of loading TextDataBunch try directly using data = data_lm
I hope this will make it work(Till the error is not rectified officially,since It was working yesterday)
Thanks mate. I’ll give that a try.
This was updated in v1.0.44.
See source code… ??TextDataBunch.load() and ??TextClasDataBunch.load()