Are there any current setup documentation for Intro to Machine Learning Course, or are they all out of date?

The Intro to Machine Learning Course requires:

  • the fastai git repo
  • version 0.7 of the fastai library

But all the current setup instructions use:

  • the course-v3 repo
  • the latest version of fastai library

So following any of the current setup docs, but trying to complete the Jupyter notebooks from the ML course, is full of errors and incompatibilities. You can’t even get past the first import block before hitting “ModuleNotFoundError: No module named ‘bcolz’” error (which others have posted about)

Is there a known good way (AWS, etc) to setup to complete the ML course?

Paperspace has one already setup for this course. And its free.
fastAI 0.7.x

1 Like