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

Installs gensim from fork #15

Merged
merged 7 commits into from
Oct 27, 2022
Merged

Installs gensim from fork #15

merged 7 commits into from
Oct 27, 2022

Conversation

sidravi1
Copy link
Member

@sidravi1 sidravi1 commented Oct 20, 2022

Overview

Use our fork of gensim that uses POT instead of pyemd.

Reviewer: @lickem22
Estimate: ~30 mins

How tested

Unit tests pass!

Next steps

Once this PR is merged in, we may want to abandon our fork.

corpus=preprocessed_content_tokens, kv_model=self.word_embedding_model
corpus=preprocessed_content_tokens,
kv_model=self.word_embedding_model,
chunksize=np.ceil(len(contents) / os.cpu_count()).astype(int),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chunking based on number of cpus

@sidravi1 sidravi1 requested review from suzinyou and lickem22 October 20, 2022 14:23
@sidravi1 sidravi1 merged commit baad018 into main Oct 27, 2022
@sidravi1 sidravi1 deleted the gensim_fork branch October 27, 2022 14:58
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.

2 participants