You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?