Skip to content
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

#641 Fix BiVAECF expected dense matrix #642

Conversation

dvquy13
Copy link

@dvquy13 dvquy13 commented Aug 12, 2024

Description

Prevent BiVAE from failing due to error 'csc_matrix' object has no attribute 'A'.

Related Issues

Fix #641

Checklist:

  • I have added tests.
  • I have updated the documentation accordingly.
  • I have updated README.md (if you are adding a new model).
  • I have updated examples/README.md (if you are adding a new example).
  • I have updated datasets/README.md (if you are adding a new dataset).

@tqtg
Copy link
Member

tqtg commented Aug 12, 2024

Thanks for raising the issue and introduce this PR. Related issue has been fixed before in #631.

@darrylong we might release a version to incorporate the latest changes.

@dvquy13
Copy link
Author

dvquy13 commented Aug 12, 2024

@tqtg Ah I see, thanks for informing me. Yup I think we should have a new release and maybe a bit more details on how to set up the local dev environment for contributing? The current Contributing guide, CMIIW, lacks commands related to install the environments like pip install -e '.[tests]'.

@dvquy13 dvquy13 closed this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] BiVAECF - AttributeError: 'csc_matrix' object has no attribute 'A'
2 participants