From 76c82cf67024363e803a728cd954809b902ab1df Mon Sep 17 00:00:00 2001 From: Morvan Zhou Date: Fri, 23 Jun 2017 10:58:37 +1000 Subject: [PATCH] update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc0593..4659343 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ In these tutorials for pyTorch, we will build our first Neural Network and try to build some advanced Neural Network architectures developed recent years. -Thanks for [liufuyang's](https://github.com/liufuyang) great contribution who added [**notebook files**](https://github.com/MorvanZhou/PyTorch-Tutorial/tree/master/tutorial-contents-notebooks) for this tutorial. +Thanks for [liufuyang's](https://github.com/liufuyang) [**notebook files**](https://github.com/MorvanZhou/PyTorch-Tutorial/tree/master/tutorial-contents-notebooks) +which is a great contribution to this tutorial. * pyTorch basic * [torch and numpy](https://github.com/MorvanZhou/PyTorch-Tutorial/blob/master/tutorial-contents/201_torch_numpy.py)