Dobiasd / frugally-deep

A lightweight header-only library for using Keras (TensorFlow) models in C++.
MIT License
1.07k stars 237 forks source link

Support RNN and TextVectorization #418

Closed Alex555github closed 3 months ago

Alex555github commented 7 months ago

Hello, very good project. Great job. You can find out what support is planned in the future RNN, SimpleRNN, SimpleRNNCell and TextVectorization? And if so, approximately when? Thank you very much in advance for your answer.

Dobiasd commented 7 months ago

Hi Alex,

currently, it is not yet planned to support these layer types soon.

But in another issue we were just discussing how to proceed with support for recurrent layers in general.

Your request is a good data point showing that RNNs may not be so out of fashion after all. :slightly_smiling_face: