From af90231132b079036da7d955799816d55c5ccc4c Mon Sep 17 00:00:00 2001 From: Shin Date: Fri, 22 Dec 2017 21:18:42 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db54d9f..e16451a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ a pytorch implementation of [pensieve](https://github.com/hongzimao/pensieve). T * Google Chrome browser ## Data -Run `cd data` and follow the `Readme.md` in that folder. +Run `cd data` and follow the [Readme.md](https://github.com/shinshiner/Pytorch-pensieve/blob/master/data/Readme.md) in that folder. ## Training Run `cd train` and follow the [Readme.md](https://github.com/shinshiner/Pytorch-pensieve/blob/master/train/Readme.md) in that folder.