-
Notifications
You must be signed in to change notification settings - Fork 9
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
No module named 'mamba_attn_diff.models.s6m_module' #2
Comments
Oops! It is a deprecated class. We now delete it. |
Thank you for the prompt response; that error disappeared. However, another module is missing as follows, could you please upload the last error-free code you ran without the deprecated modules? 28 │ |
To solve this issue, You need to successfully install and compile Mamba:
In our README, we have updated our Installation section and we also prepared a subsection named Frequently Asked Questions. You can also refer to that new Installation section for answers. Note: Please download the new README file into your project directory for correct compilation. We have tested our released code on our server from scratch today, and it works well for now. If you still encounter issues, feel free to ask us 😊. |
Dear authors, thank you for the good work and open-sourcing the code, can you please provide the S6MModule in the code, once running the training script, I am facing an error as follows:
/home/moein/Desktop/Diffusion-mamba/DiM-DiffusionMamba/mamba_attn_diff/models/adapter_attn4mamba │
│ .py:14 in │
│ │
│ 11 from einops import rearrange, repeat │
│ 12 │
│ 13 from diffusers.models.embeddings import SinusoidalPositionalEmbedding, get_2d_sincos_pos │
│ ❱ 14 from .s6m_module import S6MModule │
│ 15 │
│ 16 try: │
│ 17 │ from causal_conv1d import causal_conv1d_fn, causal_conv1d_update │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
ModuleNotFoundError: No module named 'mamba_attn_diff.models.s6m_module'
The text was updated successfully, but these errors were encountered: