This commit is contained in:
George Hotz
2020-10-21 09:14:37 -07:00
parent d91902948b
commit ecdf2239fc

View File

@@ -70,5 +70,5 @@ optim.step()
### TODO (to make real neural network library)
* Implement gradcheck (numeric)
* Implement convolutions
* Make convolutions not slow while removing lines of code (NO CYTHON!)