This commit is contained in:
George Hotz
2020-10-26 09:15:31 -07:00
parent 64bd4f7936
commit 1f0514e5df

View File

@@ -4,6 +4,10 @@
For something in between a [pytorch](https://github.com/pytorch/pytorch) and a [karpathy/micrograd](https://github.com/karpathy/micrograd)
```
pip3 install tinygrad
```
This may not be the best deep learning framework, but it is a deep learning framework.
The Tensor class is a wrapper around a numpy array, except it does Tensor things.