kitgary
(Gary Lau)
July 14, 2019, 6:01am
1
I tried to use Google cloud to follow the course but found it very expensive, so I want to build a PC for deep learning but don’t know how to setup the development environment for deep learning. What kind of software, frameworks, libaries do I need to install for this course? If anyone can provide a step by step guide, that would be great.
Thanks
Gary
jcatanza
(Joseph Catanzarite)
July 15, 2019, 6:32pm
2
Hi @kitgary
Here are two guides I used to successfullyu setting up fastai v1.0 on my Windows 10 PC:
https://medium.com/@pierre_guillou/how-to-install-fastai-v1-on-windows-10-ca1bc370dce4
# Welcome to fastai
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
[![CI](https://github.com/fastai/fastai/actions/workflows/main.yml/badge.svg)](https://github.com/fastai/fastai/actions/workflows/main.yml)
[![PyPI](https://img.shields.io/pypi/v/fastai?color=blue&label=pypi%20version.png)](https://pypi.org/project/fastai/#description)
[![Conda (channel
only)](https://img.shields.io/conda/vn/fastai/fastai?color=seagreen&label=conda%20version.png)](https://anaconda.org/fastai/fastai)
![docs](https://github.com/fastai/fastai/workflows/docs/badge.svg)
## Installing
You can use fastai without any installation by using [Google
Colab](https://colab.research.google.com/). In fact, every page of this
documentation is also available as an interactive notebook - click “Open
in colab” at the top of any page to open it (be sure to change the Colab
runtime to “GPU” to have it run fast!) See the fast.ai documentation on
[Using Colab](https://course.fast.ai/start_colab) for more information.
You can install fastai on your own machines with conda (highly
This file has been truncated. show original
Jeremy also has a guide for Windows installation here:
Whilst Windows isn’t officially supported for fastai or the lessons at this stage, it does seem to be working now so those with the patience and boldness to venture into something a little new and somewhat untested, here’s instructions on getting started running on a GPU on Windows. (NB: most people using Windows on their laptops are advised to use a cloud GPU provider like Paperspace - accessing a cloud provider from Windows is well supported and tested for this course).
You must have an Nvi…