PyxLSTM
PyxLSTM copied to clipboard
distinguish the index `i` and the output `i` of `i_gate` in sLSTM
distinguish the index i and the output i of i_gate in sLSTM
The updated code for this indexing issue will be available soon.
i in the for loop is not separated from i in sLSTM, let's change the variable name.
The issue has been definitively resolved in the latest update, Version 2.0.0.