From c9ebaa4f6d2643055bb3b9ec4e500c5b1401a2e2 Mon Sep 17 00:00:00 2001 From: Sully Chen Date: Tue, 4 Oct 2016 17:34:01 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b4a661..2f3035f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A TensorFlow implementation of this [Nvidia paper](https://arxiv.org/pdf/1604.07316.pdf) with some changes. #How to Use -Download the [dataset](https://drive.google.com/file/d/0B-KJCaaF7ellem5pSVM2NTNQcDg/view?usp=sharing) and extract into the repository folder +Download the [dataset](https://drive.google.com/file/d/0B-KJCaaF7ellQUkzdkpsQkloenM/view?usp=sharing) and extract into the repository folder Use `python train.py` to train the model