Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init #205

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Init #205

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# My Setup

To run locally (ie instead of on AWS) create a conda environment and activate the environment (skip all the steps in the setup/ folder)
Then install /path-to-env/bin/pip install -r requirements.txt
Also run `conda install h5py`


# Practical Deep Learning for Coders (fast.ai courses)



These are the lecture materials from [Practical Deep Learning for Coders](http://course.fast.ai/). Two important parts of the course are [our online forums](http://forums.fast.ai/) and [our wiki](http://wiki.fast.ai/index.php/Main_Page). If you are encountering an error, we recommend that you first search the forums and wiki for a solution. If you can't find the answer there, the next step is to ask your question on the forums. See this advice on [how to ask for help](http://wiki.fast.ai/index.php/How_to_ask_for_Help) in a way that will allow others to most quickly and effectively be able to help you. Please don't use Github Issues to ask for help debugging (many questions have already been answered in the forums).