tinygrad/examples
2023-06-26 14:42:58 -07:00
..
mlperf MaskRCNN Inference (#884) 2023-06-25 15:37:51 -07:00
yolo Permute examples (#731) 2023-03-29 05:07:06 +04:00
__init__.py failing llama test 2023-03-11 16:28:10 -08:00
benchmark_train_efficientnet.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
compile_efficientnet.py Fix input path in examples/compile_efficientnet.py, examples/efficientnet.py. (#1034) 2023-06-23 16:34:33 -07:00
compile_tensorflow.py moved extras/jit.py -> tinygrad/jit.py (#599) 2023-02-25 08:32:33 -08:00
deep_deterministic_policy_gradient.py Fixed DDPG example (#667) 2023-03-09 11:49:52 -08:00
efficientnet.py Fix input path in examples/compile_efficientnet.py, examples/efficientnet.py. (#1034) 2023-06-23 16:34:33 -07:00
hlb_cifar10.py nn init matches torch (#901) 2023-06-01 21:24:11 -07:00
hlb_cifar10_torch.py nn init matches torch (#901) 2023-06-01 21:24:11 -07:00
llama.py no need to slice A and B twice in LLaMa complex multiplication (#1054) 2023-06-26 14:42:58 -07:00
mask_rcnn.py MaskRCNN Inference (#884) 2023-06-25 15:37:51 -07:00
mnist_gan.py Cast Tensor data to float32 (#703) 2023-03-14 23:09:41 -07:00
serious_mnist.py rename log_softmax, support dim, fix onnx Softmax 2023-02-24 10:11:24 -08:00
stable_diffusion.py Adds tril & triu support (#936) 2023-06-09 22:13:20 -07:00
train_efficientnet.py train_efficientnet: only import datasets.imagenet when IMAGENET is set (#899) 2023-06-01 19:19:52 -07:00
train_resnet.py ResNet: match implementation with Nvidia and PyTorch (#770) 2023-05-10 09:01:22 -07:00
transformer.py add int64 as supported dtype from numpy (#699) 2023-03-18 17:15:04 -07:00
vgg7.py Remove Tensor.data (#565) 2023-02-18 16:36:12 -08:00
vit.py Remove Tensor.data (#565) 2023-02-18 16:36:12 -08:00
whisper.py there is a better way to do that! (#950) 2023-06-06 15:23:30 -07:00
yolov3.py Permute examples (#731) 2023-03-29 05:07:06 +04:00
yolov8-onnx.py Add yolov8 implementation (#806) 2023-06-16 18:55:19 -07:00
yolov8.py "Fixed argument passing in example yolov8" (#1004) 2023-06-18 14:29:39 -07:00