muditbhargava66 / PyxLSTM

Efficient Python library for Extended LSTM with exponential gating, memory mixing, and matrix memory for superior sequence modeling.
https://pyxlstm.readthedocs.io/
MIT License
248 stars 21 forks source link

ModuleList #23

Closed starsky68 closed 1 month ago

starsky68 commented 3 months ago

for gate in self.exp_forget_gates + self.exp_input_gates: TypeError: unsupported operand type(s) for +: 'ModuleList' and 'ModuleList'

muditbhargava66 commented 3 months ago

Please provide additional details about the error you are encountering.

github-actions[bot] commented 1 month ago

Stale issue message