-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some bugs #47
Comments
Do we need to load pixels in |
Can we use loss fn from https://github.com/google/jax/blob/main/examples/mnist_classifier_fromscratch.py ? |
TODO: only store weight grads at top-level; drop interstitial variables to locals. also find out if there is a way to do the same thing with the weights (but they are currently used in backprop) |
Use llvmlite? https://llvmlite.readthedocs.io/en/latest/user-guide/ir/examples.html or MLIR Python bindings |
Mention tinygrad & C renderer |
Use https://github.com/silentbicycle/hopscotch (Tarjan strongly connected components) to parallelize parts of graphs |
Use https://github.com/jart/matmul or https://github.com/google/highway or https://github.com/kfjahnke/zimt for gemm/matmul |
Cast to
unsigned char
tekknolagi.github.com/_posts/2023-09-19-compiling-ml-models.md
Line 1032 in 7f3998d
The text was updated successfully, but these errors were encountered: