oops, set to None

This commit is contained in:
George Hotz
2020-10-25 08:28:18 -07:00
parent 935f5ddaaa
commit c74764bac3
3 changed files with 2 additions and 7 deletions

View File

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