tinygrad/test
George Hotz 2c7e75d733
group conv: forward pass works (#34)
* forward pass works

* got the backward pass

* okay, it's now a coho
2020-10-30 09:19:20 -07:00
..
test_mnist.py shape has to be a kwarg now, idk why this didn't break before 2020-10-29 08:13:05 -07:00
test_net_speed.py fix tests 2020-10-29 08:19:07 -07:00
test_nn.py unit test for batchnorm2d 2020-10-30 08:19:58 -07:00
test_ops.py group conv: forward pass works (#34) 2020-10-30 09:19:20 -07:00
test_optim.py efficient version of adam (#20) 2020-10-27 15:54:40 -07:00
test_tensor.py make default parameters work for functions 2020-10-26 12:43:36 +01:00