sradc / SmallPebble

Minimal deep learning library written from scratch in Python, using NumPy/CuPy.
Apache License 2.0
120 stars 14 forks source link

Open for hacktoberfest? #4

Closed AdityaKane2001 closed 3 years ago

AdityaKane2001 commented 3 years ago

@sradc

Hacktoberfest's right around the corner and I would like to contribute a bit! As you might recall (#2 ), I am interested to add some valuable functionality to this repo. It is really easy to get your repo counted for Hacktoberfest.

It'd be great if you could sign up this repo for hacktoberfest. It'll be really great, but I'll still contribute in case you choose otherwise. I really think this repo is a good idea. (I tried to mimic something like this but failed due to lack of time and interest)

sradc commented 3 years ago

hey @AdityaKane2001, contributions are welcome, and I've signed the repo for Hacktoberfest, thank you for suggesting it!

AdityaKane2001 commented 3 years ago

@sradc

Thanks! Could you please share a tentative list of additions you want to add? So I can work on those?

sradc commented 3 years ago

@AdityaKane2001, will do, will let you know when it's up

sradc commented 3 years ago

@AdityaKane2001, tentative list, in no particular order, including suggestions from #2

Tentative list of additions

Meta

AdityaKane2001 commented 3 years ago

@sradc

As in #2 I think I could start with modularizing stuff, by separating the autodiff, conv/lstm/etc. ops and high level functions in different files.

sradc commented 3 years ago

@AdityaKane2001, sounds good! I'll do some of the meta stuff this weekend

AdityaKane2001 commented 3 years ago

Opened #5 .