Skip to content

Develop #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# experiment-pytorch
# Experiment PyTorch

> Learning the basics of PyTorch


## Setup

> Assuming Python3 and Pip is already installed on your machine.

For MacOS/Linux: Copy paste below command on terminal to install all required utilies
```
pip install -U jupyter torch torchvision
```

visit https://pytorch.org/get-started/locally/ for more info

## Run examples

```
git clone https://github.com/the-code-experiments/experiment-pytorch.git

cd experiment-pytorch

jupyter notebook
```

## Contributors

Developed & maintained by author: Ashwin Hegde & Contributors

We appreciate all kinds of feedback and contributions. Thank you for using and supporting this project.

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.
Loading