This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
tinygrad
Watch
1
Star
1
Fork
0
You've already forked tinygrad
mirror of
https://github.com/tinygrad/tinygrad.git
synced
2026-01-09 23:18:04 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
053c319708be01d32f36e6cc59c8a0b22afb684e
tinygrad
/
test
History
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