tinygrad/extra/models
George Hotz 095e2ced61
add name support to fetch (#2407)
* add name support

* use fetch in gpt2

* remove requests from main lib, networkx also optional

* umm, keep that assert

* updates to fetch

* i love the walrus so much

* stop bundling mnist with tinygrad

* err, https

* download cache names

* add DOWNLOAD_CACHE_VERSION

* need env.

* ugh, wrong path

* replace get_child
2023-11-23 14:16:17 -08:00
..
bert.py move things, clean up extra (#2292) 2023-11-13 20:18:40 -08:00
convnext.py move fetch to helpers (#2363) 2023-11-19 12:29:51 -08:00
efficientnet.py add name support to fetch (#2407) 2023-11-23 14:16:17 -08:00
mask_rcnn.py move things, clean up extra (#2292) 2023-11-13 20:18:40 -08:00
resnet.py ResNet training changes (update benchmark) (#2390) 2023-11-22 17:41:12 -08:00
retinanet.py move things, clean up extra (#2292) 2023-11-13 20:18:40 -08:00
rnnt.py move things, clean up extra (#2292) 2023-11-13 20:18:40 -08:00
transformer.py move things, clean up extra (#2292) 2023-11-13 20:18:40 -08:00
unet3d.py move things, clean up extra (#2292) 2023-11-13 20:18:40 -08:00
vit.py move things, clean up extra (#2292) 2023-11-13 20:18:40 -08:00