-
Notifications
You must be signed in to change notification settings - Fork 374
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
Creating lower dimension embedding of documents #367
Comments
Can you share the full stack trace? |
I am not getting an error with a traceback. The routine hangs at last step indicated below.
2025-01-21 15:52:00,013 - top2vec - INFO - Pre-processing documents for training
/opt/anaconda3/envs/myenv/lib/python3.10/site-packages/sklearn/feature_extraction/text.py:521 <https://file+.vscode-resource.vscode-cdn.net/opt/anaconda3/envs/myenv/lib/python3.10/site-packages/sklearn/feature_extraction/text.py:521>: UserWarning: The parameter 'token_pattern' will not be used since 'tokenizer' is not None'
warnings.warn(
2025-01-21 15:52:00,613 - top2vec - INFO - Creating vocabulary embedding
Embedding vocabulary: 100%|██████████| 13/13 [00:52<00:00, 4.01s/it]
2025-01-21 15:52:53,307 - top2vec - INFO - Create contextualized document embeddings
Embedding documents: 100%|██████████| 101/101 [06:49<00:00, 4.05s/it]
3216it [00:00, 11575.21it/s]
2025-01-21 15:59:50,176 - top2vec - INFO - Creating lower dimension embedding of documents
OMP: Info #276: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.
… Am 21.01.2025 um 15:45 schrieb Dimo Angelov ***@***.***>:
Can you share the full stack trace?
—
Reply to this email directly, view it on GitHub <#367 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BMTHYCUE3Q3OPMS6TUFR7L32LZMP7AVCNFSM6AAAAABVQ6VTX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBUHEZTCMRUGQ>.
You are receiving this because you authored the thread.
|
I finally got it to run through, it took cleaning up the virtual environment and reinstalling everything including Python. From the error messages when reinstalling, I believe that gensim was/is the culprit.
… Am 21.01.2025 um 15:45 schrieb Dimo Angelov ***@***.***>:
Can you share the full stack trace?
—
Reply to this email directly, view it on GitHub <#367 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BMTHYCUE3Q3OPMS6TUFR7L32LZMP7AVCNFSM6AAAAABVQ6VTX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBUHEZTCMRUGQ>.
You are receiving this because you authored the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Top2Vec runs through until hitting this step and seems to stall/run continuously with Info #276: . omp_set_nested routine deprecated.
The text was updated successfully, but these errors were encountered: