reshamas / fastai_deeplearn_part1

Notes for Fastai Deep Learning Course

Home Page:http://www.fast.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lesson 1 notebook warning: This notebook will only work with fastai-0.7.x.

nareshbhatia opened this issue · comments

Hi, I followed the directions in README exactly, however when I opened lesson1.ipynb, I got the following warning:

Important: This notebook will only work with fastai-0.7.x. Do not try to run any fastai-1.x code from this path in the repository because it will load fastai-0.7.x

As a newbie, I don't know which fastai version got installed on my machine. Digging around the forums, it seems that version 1 gets installed by default. So I am not sure how to proceed at this point.

Any help would be greatly appreciated.

Since this is the primary setup link referenced in lesson 1, it would be really important to keep it accurate and simple for beginners.

Please look under "server setup" in this link: https://course.fast.ai
These are the notebooks to use for version 1.x:
https://github.com/fastai/course-v3/tree/master/nbs/dl1

Thanks @reshamas, will follow your links.