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.25k stars 524 forks source link

Support for Keras LSTM/CuDNNLSTM Layer? #351

Open johnathaningle opened 5 years ago

johnathaningle commented 5 years ago

I saw in this issue that Keras is not fully supported yet. Do any of you know when this feature may be available? If not, may you point me to a resource that shows a LSTM implementation using the default tensorflow api? The following link is the training python script for my existing model: https://github.com/jingle1000/Natural-Language-Processing/blob/master/MLPython/train.py I'm not sure if there is an easy way to transfer that model to this framework or not.

Oceania2018 commented 5 years ago

This example uses Keras interface, unfortunately we have't implemented Keras yet.