mirror of https://github.com/commaai/tinygrad.git
readme
This commit is contained in:
parent
6e6bcbe5f2
commit
2d4a5d5950
|
@ -118,8 +118,9 @@ python -m pytest
|
||||||
* Train an EfficientNet on ImageNet
|
* Train an EfficientNet on ImageNet
|
||||||
* Make broadcasting work on the backward pass (simple please)
|
* Make broadcasting work on the backward pass (simple please)
|
||||||
* EfficientNet backward pass
|
* EfficientNet backward pass
|
||||||
* Tensors on GPU (GPU support, must support Mac)
|
* Tensors on GPU (a few more backward)
|
||||||
* Make tinygrad work on comma two and run driving model
|
* Add a language model. BERT?
|
||||||
|
* Add a detection model. EfficientDet?
|
||||||
* Reduce code
|
* Reduce code
|
||||||
* Increase speed
|
* Increase speed
|
||||||
* Add features
|
* Add features
|
||||||
|
|
Loading…
Reference in New Issue