TensorFlow.NET
TensorFlow.NET copied to clipboard
How to use LSTM?
Hi, I checked the source code of the implementation of LSTM https://github.com/SciSharp/TensorFlow.NET/blob/8d7b85aa556344430ada57d335a26d81eba25c8a/src/TensorFlowNET.Keras/Layers/LSTM.cs#L31 Seems like LSTM does not work. If so, would you mind removing the interface or raising an error when using that? Is there a way to support LSTM?
LSTM is not supported in Keras yet But I found another implementation https://github.com/SciSharp/TensorFlow.NET/blob/master/src/TensorFlowNET.Core/Operations/NnOps/BasicLSTMCell.cs#L14 I don’t know whether it works.
LSTM is not supported in Keras yet But I found another implementation https://github.com/SciSharp/TensorFlow.NET/blob/master/src/TensorFlowNET.Core/Operations/NnOps/BasicLSTMCell.cs#L14 I don’t know whether it works.
Is there a timeline for when LSTM will likely be supported in Keras.NET?
The new release version has been released, you can update your TensorFlow.NET and TensorFlow.Keras version to use LSTM and RNN. ^_^
Closing since no activity, please reopen if you still have question, thanks!