SciSharp / TensorFlow.NET

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
https://scisharp.github.io/tensorflow-net-docs
Apache License 2.0
3.17k stars 506 forks source link

[Feature Request]: Support for GRU layer #1167

Closed MattCW1701 closed 9 months ago

MattCW1701 commented 10 months ago

Background and Feature Description

The GRU Cell is implemented, but unlike LSTM, there is no layer implementation for GRU.

API Definition and Usage

No response

Alternatives

No response

Risks

No response

Wanglongzhi2001 commented 10 months ago

Thank you for your advice, I' will implement it. And I will let you know once it is implemented.

Wanglongzhi2001 commented 10 months ago

Hello, GRU layer have been implemented in #1168.

Wanglongzhi2001 commented 9 months ago

Close because GRU layers has been developed.