-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello, I'm Alvin, I'm a 2nd Year CS undergrad at UCSB! I work with Professor Majedi in the CS3E Embedded Ethics lab.
I found ArchLab's pyrtlenet and thought it would be fun to help with the TODO's since I've built my own neural net in C++ and have experience working with their fundamental theory and logic.
I would like to add batching to the inference implementations of pyrtlenet!
I already created a batched version of the numpy inference on my own fork, with modified comments and batching logic implemented. I plan on adding batching for the other two versions as well.
It has passed both the tests and the ruff linter, although I had to leave the parameter "test_image" in the inference class as it is named despite it being a batch so it would pass the tests.
Check it out and let me know if anything should be changed.
Thanks!