From 1e62e45d67027955381f2d34ce1ff8be24db321a Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 15 Jun 2021 10:30:16 -0700 Subject: [PATCH] better todo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 610484e0b9..5c00e7d69c 100644 --- a/README.md +++ b/README.md @@ -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 ``` -* Add reduce instructions to RISK, and fully support forward pass -* Make EfficientNet backward pass fully use RISK instructions +* Add reduce ops to RISK, and fully support forward pass. See `extra/ops_risk.py` and `extra/risk.py` +* Switch convolution backward pass to RISK instead of the numpy placeholder +* Confirm EfficientNet backward pass fully uses RISK instructions * Benchmark that and transformers