Resnet34 not found

Hi, when implementing dl1 lesson 1 on google colab, I am encountering a problem which is stating that resnet34 is not found. Please help ASAP

1 Like

I’m in the same boat, it is hard to understand what jupyter is doing. Although jupyter lets us jump around and execute cells in any order - apparently we are somehow supposed to know not to do that - we have to run cells in order. There is a “Run All Above” option in the Cell table that I think we are supposed to use. So, when restarting a jupyter notebook (or restarting the entire instance of the machine on which we run jupyter) and trying to resume where we left off, we need to “Run All Above” first. In our case specifically the from fastai.model import * defines resnet34.