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
207 stars 18 forks source link

Make embedding/vocab optional for timeseries data #17

Open nxfi777 opened 1 month ago

nxfi777 commented 1 month ago

Current implementation seems to require an embedding layer. This is inconvenient for models training on floating-point data.

muditbhargava66 commented 1 month ago

Thanks for pointing this out! I understand the current implementation relies on an embedding layer, which might not be ideal for floating-point data. I'd love to assign this task to you - would you be willing to take on the task of modifying the implementation to accommodate floating-point data? If so, I can provide the necessary guidance and support. Let me know if you're interested and we can discuss further!