Skip to content

Commit f9d1c59

Browse files
authored
Updated README [ci skip]
1 parent 3f3b49e commit f9d1c59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="images/pytorch_cpp.png" width="50%">
33
</h1>
44
<p align="center">
5-
C++ Implementation of PyTorch Tutorials for Deep Learning Researchers
5+
C++ Implementation of PyTorch Tutorials for Everyone
66
<br />
77
<img src="https://img.shields.io/travis/prabhuomkar/pytorch-cpp">
88
<img src="https://img.shields.io/github/license/prabhuomkar/pytorch-cpp">
@@ -22,11 +22,11 @@
2222
| Linux (gcc 8) | ![Status](https://travis-matrix-badges.herokuapp.com/repos/prabhuomkar/pytorch-cpp/branches/master/7) | |
2323
| Windows (msvc 2017) | ![Status](https://travis-matrix-badges.herokuapp.com/repos/prabhuomkar/pytorch-cpp/branches/master/8) | |
2424

25-
This repository provides tutorial code in C++ for deep learning researchers to learn PyTorch.
26-
**Python Tutorial**: [https://github.com/yunjey/pytorch-tutorial](https://github.com/yunjey/pytorch-tutorial)
27-
2825
## Table of Contents
2926

27+
This repository provides tutorial code in C++ for deep learning researchers to learn PyTorch _(i.e. Section 1 to 3)_
28+
**Python Tutorial**: [https://github.com/yunjey/pytorch-tutorial](https://github.com/yunjey/pytorch-tutorial)
29+
3030
### 1. Basics
3131
* [PyTorch Basics](tutorials/basics/pytorch_basics/main.cpp)
3232
* [Linear Regression](tutorials/basics/linear_regression/main.cpp)

0 commit comments

Comments
 (0)