This commit is contained in:
George Hotz 2020-11-10 01:27:04 -08:00
parent 6e6bcbe5f2
commit 2d4a5d5950
1 changed files with 3 additions and 2 deletions

View File

@ -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