tinygrad/test
Marcel Bischoff da72a0eed4
Big MNIST model with PIL augmentation and load/save (#160)
* 2serious

* load/save

* fixing GPU

* added DEBUG

* needs BatchNorm or doesn't learn anything

* old file not needed

* added conv biases

* added extra/training.py and checkpoint

* assert in test only

* save

* padding

* num_classes

* checkpoint

* checkpoints for padding

* training was broken

* merge

* rotation augmentation

* more aug

* needs testing

* streamline augment, augment is fast thus bicubic

* tidying up
2020-12-13 20:45:55 -08:00
..
test_gc.py touchups 2020-12-09 02:52:28 -08:00
test_mnist.py Big MNIST model with PIL augmentation and load/save (#160) 2020-12-13 20:45:55 -08:00
test_net_speed.py Minor clean up (#184) 2020-12-11 14:25:29 -08:00
test_nn.py batchnorm by marcelbischoff 2020-12-09 03:23:04 -08:00
test_ops.py abs as non-first class operation using relu (#171) 2020-12-09 12:20:34 -08:00
test_optim.py tinygrad.utils -> extra.utils 2020-12-12 15:26:07 -08:00
test_tensor.py Add diamond model test (#181) 2020-12-11 09:21:36 -08:00