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

microtensor library #20

Open
jeffbaumes opened this issue Sep 16, 2024 · 0 comments
Open

microtensor library #20

jeffbaumes opened this issue Sep 16, 2024 · 0 comments

Comments

@jeffbaumes
Copy link

Just realized this repo existed. I recently went through the zero to hero course and made n-d arrays/tensors and backprop in C++ from scratch, at least enough to run lecture 6 (wavenet). I also tried to replicate a numpy/pytorch-like API. It's purely educational, no CUDA (though that would be fun to add), not nearly as fast as pytorch.

Looks like this library is a similar effort, albeit in C instead of C++.

Feel free to borrow/steal ideas from my repo (MIT license). Happy to collaborate!

https://github.com/jeffbaumes/microtensor

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