ankane / tensorflow-ruby

Deep learning for Ruby
Apache License 2.0
373 stars 14 forks source link

Any good first issues + implementation of Sequential? #8

Closed ghost closed 2 years ago

ghost commented 2 years ago

Is there anything that a newbie can help with implementing? And can we start with adding a "Discussions" tab for the repo? We could discuss about the implementation of Sequential, which I am a little confused about, because I've checked out the Python repo, and I see that the Sequential model is a child class of the Functional API. class Sequential(functional.Functional): Would it be wise to do the same ?

ankane commented 2 years ago

Hey @Ashvith, things are currently on-hold since the C API doesn't support gradients for eager tensors yet.