Update README.md

This commit is contained in:
yunjey
2017-03-28 01:03:15 +09:00
committed by GitHub
parent 417b732cb3
commit 6831de5f13

View File

@ -6,7 +6,7 @@
<img src="https://img.shields.io/github/forks/yunjey/pytorch-tutorial.svg" />
<img src="https://img.shields.io/badge/license-MIT-blue.svg"/> </p>
This repository provides tutorial code for deep learning researchers to learn [PyTorch](https://github.com/pytorch/pytorch). In the tutorial, most of the models were implemented with less than 30 lines of code. Before starting this tutorial, it is recommended to finish [Official Pytorch Tutorial](https://github.com/pytorch/tutorials/blob/master/Deep%20Learning%20with%20PyTorch.ipynb).
This repository provides tutorial code for deep learning researchers to learn [PyTorch](https://github.com/pytorch/pytorch). In the tutorial, most of the models were implemented with less than 30 lines of code. Before starting this tutorial, it is recommended to finish [Official Pytorch Tutorial](http://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html).
<br/>