@mgreenbe FWIW, I’m having this problem too:
- 01_intro.ipynb takes easily over an hour at the cell that runs
learn = cnn_learner(dls, resnet34, metrics=error_rate)
learn.fine_tune(1)
-
torch.cuda.is_available()
returnsTrue
-
!pip show fastai
showsfastai
is version2.2.5
I also posted about this on another topic: Lesson 1 - Official topic