Skip to content
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

Open
tekknolagi opened this issue Sep 20, 2023 · 12 comments
Open

Fix some bugs #47

tekknolagi opened this issue Sep 20, 2023 · 12 comments

Comments

@tekknolagi
Copy link
Owner

tekknolagi commented Sep 20, 2023

Cast to unsigned char

result.append(f"data[{o._id}] = buf[{idx}];\n")

@tekknolagi
Copy link
Owner Author

Do we need to load pixels in [0,1] instead of [0,255]?

@tekknolagi
Copy link
Owner Author

@tekknolagi
Copy link
Owner Author

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)

@tekknolagi
Copy link
Owner Author

tekknolagi commented Sep 22, 2023

@tekknolagi
Copy link
Owner Author

tekknolagi commented Sep 22, 2023

@tekknolagi
Copy link
Owner Author

Mention https://github.com/jmd1011/snek-LMS

@tekknolagi
Copy link
Owner Author

@tekknolagi
Copy link
Owner Author

@tekknolagi
Copy link
Owner Author

Mention tinygrad & C renderer

@tekknolagi
Copy link
Owner Author

Mention https://arxiv.org/pdf/2102.13267.pdf

@tekknolagi
Copy link
Owner Author

tekknolagi commented Nov 28, 2023

Use https://github.com/silentbicycle/hopscotch (Tarjan strongly connected components) to parallelize parts of graphs

or https://github.com/taskflow/taskflow

@tekknolagi
Copy link
Owner Author

tekknolagi commented Feb 22, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant