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

This commit is intended to make the SVD code faster. In the initial e… #1064

Closed
wants to merge 1 commit into from

Conversation

gupta3a6
Copy link

…mbedding step prior to concatenation, MASE just does all the embeddings in a for-loop. This can be parallelized pretty easily with joblib library.

  • Does this PR have a descriptive title that could go in our release notes?
  • Does this PR add any new dependencies?
  • Does this PR modify any existing APIs?
    • Is the change to the API backwards compatible?
  • Have you built the documentation (reference and/or tutorial) and verified the generated documentation is appropriate?

Reference Issues/PRs

What does this implement/fix? Briefly explain your changes.

Any other comments?

…mbedding step prior to concatenation, MASE just does all the embeddings in a for-loop. This can be parallelized pretty easily with joblib library.
@j1c j1c closed this Apr 29, 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.

None yet

3 participants