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
As you can see I use the model in an mlflow environment. And mlflow tries to log the model with pickle. I think the cpp extension of the sLSTM Model is not able to pickle here.
Is there a way to use a 100% pytorch version of xLSTM?
Maybe you have some other ideas.
Best regards and thanks in advance.
Daniel
The text was updated successfully, but these errors were encountered:
Hey there,
I really like your work on xLSTM and currently I am implementing the xLSTM-Mixer.
After fitting the model, I came across following issue:
As you can see I use the model in an mlflow environment. And mlflow tries to log the model with pickle. I think the cpp extension of the sLSTM Model is not able to pickle here.
Is there a way to use a 100% pytorch version of xLSTM?
Maybe you have some other ideas.
Best regards and thanks in advance.
Daniel
The text was updated successfully, but these errors were encountered: