Starting new project - recommended way to include the latest FastAI from the course?

Be aware that the fastai library frequently breaks backward compatibility which leaves you with two options:

  1. Choose a version (eg. I think the current release is 1.0.52) and stick with it through the lifecycle of your application.
  2. Be willing to fix breaks when they occur between different versions.

See:

1 Like