How would I go around doing this course after the new version is released?

I have almost finished the first part of the course v3. I am definitely looking forward to doing the Part-II as well. But, AFAIK, the Part-II of course v4 is not yet filmed.

So, I am looking forward to doing Part-II of v3.

How would I do that? I would like to primarily use Google Colab.

Do I just do this?

!pip install fastai1

from fastai1 import blah

Should I be able to do the course by doing these? If not, how do I do it?

(N.B.- I haven’t yet looked at any videos from Part-II, so I don’t know what I am talking about.)

Help me out.

Yes, that is one way to do it. However part 2 v3 builds a library, so there shouldn’t be much (if anything?) that uses the original fastai library.

1 Like