models icon indicating copy to clipboard operation
models copied to clipboard

[Task] Add LSTM and BiLSTM unit tests for session-based recommendation

Open rnyak opened this issue 3 years ago • 0 comments

Description

Currently we do not have any unit test for using LSTM or BiLSTM for session-based recommendation tasks. it'd be useful to add one.

For LSTM we'd use tf.keras.layers.LSTM api.
For BiLSTM shall we use tf.keras.layers.Bidirectional?

rnyak avatar Oct 24 '22 11:10 rnyak