Skip to content

Commit a2297fb

Browse files
authored
Merge pull request #1 from the-code-experiments/develop
Develop
2 parents a592b2b + 5274ddb commit a2297fb

File tree

2 files changed

+580
-1
lines changed

2 files changed

+580
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1-
# experiment-pytorch
1+
# Experiment PyTorch
2+
3+
> Learning the basics of PyTorch
4+
5+
6+
## Setup
7+
8+
> Assuming Python3 and Pip is already installed on your machine.
9+
10+
For MacOS/Linux: Copy paste below command on terminal to install all required utilies
11+
```
12+
pip install -U jupyter torch torchvision
13+
```
14+
15+
visit https://pytorch.org/get-started/locally/ for more info
16+
17+
## Run examples
18+
19+
```
20+
git clone https://github.com/the-code-experiments/experiment-pytorch.git
21+
22+
cd experiment-pytorch
23+
24+
jupyter notebook
25+
```
26+
27+
## Contributors
28+
29+
Developed & maintained by author: Ashwin Hegde & Contributors
30+
31+
We appreciate all kinds of feedback and contributions. Thank you for using and supporting this project.
32+
33+
To request a feature, ask a question, or report errors, please send a pull-request on "develop" branch or post it on following link, or vote for the ones that are already registered.

0 commit comments

Comments
 (0)