My installation steps:
refer to : How to set up Windows 10 for fast.ai
-
install nvidia gpu drivers windows
https://www.nvidia.com/Download/index.aspx?lang=en-us -
Install Anaconda (Python 3.6) using the 64-bit graphical installer(https://www.anaconda.com/download/?lang=en-us#download).
Choose the option to install for “this user only” -
Install Git for Windows
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
-
Run Anaconda Prompt from your start menu, and type:
git clone https://github.com/fastai/fastai.git -
Once the repo is cloned, you’re ready to set up fastai:
cd fastai
conda env create -f environment.yml
activate fastai -
open jupyter:
(fastai)> jupyter notebook
When I import fastai
. It says “no module fastai”