You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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
The text was updated successfully, but these errors were encountered: