Tutorials:
I've done quite a bit of editing on the getting started tutorial. There is still some work to do before checking it in.
In getting started, the weights_url seems to be broken:

Getting_started -
This currently ends with prediction. I wonder if it might make sense to reverse the order (like the detectron2 tutorial) and have prediction before training. The pets training data is pretty slow to train (30m on free colab gpu) and done once for fastai and once for PL. That means an hour of sitting watching progress bars, which is not a great user experience.
Thank you Adam. I just updated the weights urls in different notebooks in the PR #395.
With regard to the order (Inference then training), we do have a notebook that shows the inference first in the Inference NB.
Hello @adamfarquhar, sorry for the delay in the response, I initially thought that all the questions you asked were addressed in our chat via Discord, but after re-reading your questions I'm not sure everything was clarified.
Does any of those points still need clarification?