mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
better todo
This commit is contained in:
@@ -159,7 +159,8 @@ python3 -m pytest
|
|||||||
PYTHONPATH="." DEBUG=1 RISK=1 python3 examples/efficientnet.py https://upload.wikimedia.org/wikipedia/commons/4/41/Chicken.jpg
|
PYTHONPATH="." DEBUG=1 RISK=1 python3 examples/efficientnet.py https://upload.wikimedia.org/wikipedia/commons/4/41/Chicken.jpg
|
||||||
```
|
```
|
||||||
|
|
||||||
* Add reduce instructions to RISK, and fully support forward pass
|
* Add reduce ops to RISK, and fully support forward pass. See `extra/ops_risk.py` and `extra/risk.py`
|
||||||
* Make EfficientNet backward pass fully use RISK instructions
|
* Switch convolution backward pass to RISK instead of the numpy placeholder
|
||||||
|
* Confirm EfficientNet backward pass fully uses RISK instructions
|
||||||
* Benchmark that and transformers
|
* Benchmark that and transformers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user