[Application] Add LSTM examples using pytorch and tensorflow
authorSeungbaek Hong <sb92.hong@samsung.com>
Mon, 30 Jan 2023 06:15:35 +0000 (15:15 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 1 Feb 2023 00:51:06 +0000 (09:51 +0900)
commit1ec2c12b39ad3dea578dbcec085585d15a8d4540
treeee2bac0e8e7609b116d46db5c4a9614fa3ebfa42
parentf884c28b7005cec5e5aebbbf95fc92470c066d0a
[Application] Add LSTM examples using pytorch and tensorflow

Add LSTM examples using pytorch and tensorflow.

- LSTM example using NNTrainer needs to be added.
- We conduct memory benchmark test based on these codes.

Signed-off-by: Seungbaek Hong <sb92.hong@samsung.com>
Applications/LSTM/README.md [new file with mode: 0644]
Applications/LSTM/pytorch/torch_lstm.py [new file with mode: 0644]
Applications/LSTM/tensorflow/tensor_lstm.py [new file with mode: 0644]
Applications/README.md