There is a bug in the import statements in this initial notebook.
The line
from utilities import get_dataloaders
is trying to load a local package which is not included with the tutorial i believe. If there is a pip package for it, it would be nice to replace this with it instead.
Conda install for this didn’t work, and from what I found it’s not a pip install either.
I tried signing up to Weights & Biases in case there was something there that could help but couldn’t find anything (though there are some other good set up tips).
Is there a module or script we should be importing this from, or maybe it’s a typo?
I think it still depends on CustomDataset class, so looks like it needs more than just the above function for the notebook to work independently. (it works in the course environment)
In my 1st reply, the line number and file name were provided.
When you continued questioning about symbols defined in utilities.py, you appeared to be less familiar with the jupyter interface and python programming.
Please go ahead and help away. Happy learning btw.