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.2k stars 514 forks source link

How to set a bidirectional layer? #1099

Closed IgnacioRodriguez98 closed 1 year ago

IgnacioRodriguez98 commented 1 year ago

Description

Hi, I built a bidirectional LSTM in python, but when I tried to set up a bidirectional layer, I couldn't find the bidirectional layer on tensorflow.net.

reading the tensorflow documentation it's supposed to be something like this

tf.keras.layers.Bidirectional()

but i didn't find it on tensorflow.net. Is it possible to set a bidirectional layer in tensorflow.net?

thanks for advance

Wanglongzhi2001 commented 1 year ago

Sorry, bidirectional LSTM has not been developed in TensorFlow.NET, I'll let you know as soon as it's developed.

IgnacioRodriguez98 commented 1 year ago

Sorry, bidirectional LSTM has not been developed in TensorFlow.NET, I'll let you know as soon as it's developed.

I'll be on the lookout thanks

Wanglongzhi2001 commented 1 year ago

Thank you for your interest in TensorFlow.NET.^_^

Wanglongzhi2001 commented 1 year ago

Hello, I have implemented the bidirectional layer in #1149. ^_^