mirror of https://github.com/commaai/tinygrad.git
sub 1000 lines
This commit is contained in:
parent
844540a5ed
commit
a95ef16c8c
|
@ -10,7 +10,7 @@ For something in between a [pytorch](https://github.com/pytorch/pytorch) and a [
|
||||||
|
|
||||||
This may not be the best deep learning framework, but it is a deep learning framework.
|
This may not be the best deep learning framework, but it is a deep learning framework.
|
||||||
|
|
||||||
The core of it is in `tinygrad/`
|
The sub 1000 line core of it is in `tinygrad/`
|
||||||
|
|
||||||
Due to its extreme simplicity, it aims to be the easiest framework to add new accelerators to, with support for both inference and training. Support the simple basic ops, and you get SOTA [vision](https://arxiv.org/abs/1905.11946) `models/efficientnet.py` and [language](https://arxiv.org/abs/1706.03762) `models/transformer.py` models.
|
Due to its extreme simplicity, it aims to be the easiest framework to add new accelerators to, with support for both inference and training. Support the simple basic ops, and you get SOTA [vision](https://arxiv.org/abs/1905.11946) `models/efficientnet.py` and [language](https://arxiv.org/abs/1706.03762) `models/transformer.py` models.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue