You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the example always makes a singleton list on reshaping.
so, cells are always zero?
I think it appears to be incorrect. because it does not memorize anything.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
djl/api/src/main/java/ai/djl/nn/recurrent/LSTM.java
Line 68 in 2740c21
it seems it always makes zero cells if the multiple inputs are not provided.
djl/examples/src/main/java/ai/djl/examples/training/TrainMnistWithLSTM.java
Line 87 in 2740c21
and the example always makes a singleton list on reshaping.
so, cells are always zero?
I think it appears to be incorrect. because it does not memorize anything.
Beta Was this translation helpful? Give feedback.
All reactions