From 674338f07ec566478c1b7bf9bba764b8ec79d366 Mon Sep 17 00:00:00 2001 From: Antreas Antoniou Date: Thu, 1 Feb 2018 14:23:03 +0000 Subject: [PATCH] Update gpu-cluster-quick-start.md --- notes/gpu-cluster-quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/gpu-cluster-quick-start.md b/notes/gpu-cluster-quick-start.md index f78638f..1ead7a7 100644 --- a/notes/gpu-cluster-quick-start.md +++ b/notes/gpu-cluster-quick-start.md @@ -54,7 +54,7 @@ git config --global user.name "[your name]" git config --global user.email "[matric-number]@sms.ed.ac.uk" ``` 9. Now clone the mlpractical repo using ```git clone https://github.com/CSTR-Edinburgh/mlpractical.git```. -10. Checkout the mlp_tf_tutorial branch using ```git checkout mlp2017-8/semester_2_materials```. +10. Checkout the semester_2 branch using ```git checkout mlp2017-8/semester_2_materials```. 11. ```cd mlpractical``` and then install the required packages using ```pip install -r requirements_gpu.txt```. 12. Once this is done you will need to setup the MLP_DATA path using the following block of commands: ```bash