Update README.md
This commit is contained in:
parent
585f66c96e
commit
963d957bc5
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Recreating PyTorch from scratch (C/C++, CUDA and Python, with GPU support and au
|
|||
**PyNorch** is a deep learning framework constructed using C/C++, CUDA and Python. This is a personal project with educational purpose only! `Norch` means **NOT** PyTorch, and we have **NO** claims to rivaling the already established PyTorch. The main objective of **PyNorch** was to give a brief understanding of how a deep learning framework works internally. It implements the Tensor object, GPU support and an automatic differentiation system.
|
||||
|
||||
# 2 - Installation
|
||||
Install this package from PyPi
|
||||
Install this package from PyPi (you can also test it on Colab!)
|
||||
|
||||
```css
|
||||
$ pip install norch
|
||||
|
|
@ -58,4 +58,4 @@ class MyModel(nn.Module):
|
|||
out = self.fc2(out)
|
||||
|
||||
return out
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue