-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any example of online inference of S4 block? #158
Comments
Hi @traidn, I am working on something similar at the moment. Could you post your error ? I tried running your code. The code runs despite this error at the beginning:
Is this the error you are referring to ? If yes you can find in the documentation of sashimi.py:
So setting it to Best Deniz |
Hello, thanks for answer. But I still have problems. I try to run code above on Windows and on cpu. I guess it can be the reason. But I'm gonna inference model on cpu in future, therefore I need to check it now. My error is something like this:
Do you have any idea? Or I have to switch to Linux and CUDA? |
Hey @traidn you have one warning and one error. |
@sendeniz Oh, it seems like I found error - I used old version of S4, which I found in another repo. When I paste code from this repo code above works fine. I'll check one more time and close the issue. |
@traidn any updates ? Did it work successful ? Performance is desirable ? Let me know. |
Are there any examples of how to infer s4 block in recurrent mode? I tried using the step function, but it gives errors. I'm attaching my script. What could be the problem?
The text was updated successfully, but these errors were encountered: