We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I recently upgraded to Top2Vec version 1.0.34 and encountered an issue with pickling the model. Specifically, I'm getting following error:
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[18], line 8 2 model_name_out = os.path.join( 3 stt.DATA_PATH_RESULTS, 4 f"{PROJECT_NAME}.pickle") 7 with open(model_name_out, "wb") as file: ----> 8 pickle.dump(data, file) AttributeError: Can't pickle local object 'Loader._recreate_base_user_object.<locals>._UserObject'
Here all the information:
Python version: 3.9.12 Top2Vec version : 1.0.34
Question: Has anyone else encountered this issue with version 1.0.34? Are there any workarounds or known fixes for this problem?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I recently upgraded to Top2Vec version 1.0.34 and encountered an issue with pickling the model.
Specifically, I'm getting following error:
Here all the information:
Question:
Has anyone else encountered this issue with version 1.0.34? Are there any workarounds or known fixes for this problem?
Thank you for your help!
The text was updated successfully, but these errors were encountered: