From 9048657303dfc4972a687d39346ed6695b0a538b Mon Sep 17 00:00:00 2001 From: Sean Naren Date: Wed, 11 Jan 2017 10:08:10 +0000 Subject: [PATCH] Install entire Neon, not just dataloader --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cc3077a..451d57b1 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Several libraries are needed to be installed for training to work. I will assume that everything is being installed in an Anaconda installation on Ubuntu. -Follow instructions [here](https://aeon.nervanasys.com/index.html/getting_started.html) to install Nervanas' dataloader aeon. Instructions for Anaconda/Ubuntu below: +The dataloader relies on Neon, as a result Neon has to be installed. Installation instructions can be seen [here](docs.continuum.io/anaconda/install) Instructions to install Neon for Anaconda/Ubuntu below: ``` sudo apt-get install libcurl4-openssl-dev clang libopencv-dev libsox-dev -git clone https://github.com/NervanaSystems/aeon.git -cd aeon -python setup.py install +sudo apt-get install ffmpeg +git clone https://github.com/NervanaSystems/neon.git +cd neon && make sysinstall ``` Install pytorch if you haven't already: