I am running a Jupyter notebook on Paperspace Gradient.
I’ve run many of the notebooks from the Practical Deep Learning for coders and all seems fine there. I guess the fastai library is already loaded in the environment that I chose with Gradient.
I just pulled the notebooks from the NLP course that Rachael taught and tried to run one of those but got an error early on. the line that generated the error is an import of utils.mem
from fastai.utils.mem import GPUMemTrace #call with mtrace
I suspect this has to do with the version of the fastai library.
version 2 is on the machine I am using and maybe the course used version 1.
Any suggestions on what I can do here?