From 3efb4f4df492e07d07fb104f216852262ce5de47 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Wed, 4 Nov 2020 11:20:22 -0800 Subject: [PATCH] chicken.jpg --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3fe2eaa78..ba89402431 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,12 @@ from tinygrad.tensor import Tensor (Tensor.ones(4,4).cuda() + Tensor.ones(4,4).cuda()).cpu() ``` -### ImageNet inference (on the micrograd puppy) +### ImageNet inference + +Despite being tiny, tinygrad supports the full EfficientNet. Pass in a picture to discover what it is. ```bash -python3 examples/efficientnet.py +python3 examples/efficientnet.py https://upload.wikimedia.org/wikipedia/commons/4/41/Chicken.jpg ``` ### The promise of small