sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.72k stars 334 forks source link

Does nnabla C++ support BLSTM model inference now? if so, is there any docs or example? #406

Closed dengliqun closed 2 years ago

dengliqun commented 5 years ago

First, Thanks for the great work.

Does nnabla C++ support BLSTM model inference now? if so, is there any docs or example?

TE-andrewshin commented 5 years ago

Thank you very much for your inquiry. As of now, CPU version of LSTM is not implemented yet, but is currently in progress. We will link a pointer in this thread once it is merged. For GPU, cuDNN version of LSTM is available, which supports bidirectional LSTM for inference. Please take a look at the documentation at https://nnabla.readthedocs.io/en/latest/python/api/function.html#nnabla.functions.lstm

TomonobuTsujikawa commented 2 years ago

Sorry for late notification. CPU version is implemented by https://github.com/sony/nnabla/pull/596 So, please let me close this issue.