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
Thank you for your implementation of your paper.
First, I tried with your code and data. It worked well. (all_twitter_by_line.txt)
Second, I tried 20newsgroup data which was in your paperwork.
Then, I got
"emd: Maximum number of iterations has been reached 1013"
error because of limitation, MAX_SIG_SIZE 100.
So, I change it to over maximum size of unique keywords in 20newsgroup dataset( =5284).
Now, I have trouble with blocking after some steps.
I think it's because of multiprocessing.
I check CPU availability, it was 99% in multiCPU, multicore environment.
Is there any solution for this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for your implementation of your paper.
First, I tried with your code and data. It worked well. (all_twitter_by_line.txt)
Second, I tried 20newsgroup data which was in your paperwork.
Then, I got
"emd: Maximum number of iterations has been reached 1013"
error because of limitation, MAX_SIG_SIZE 100.
So, I change it to over maximum size of unique keywords in 20newsgroup dataset( =5284).
Now, I have trouble with blocking after some steps.
I think it's because of multiprocessing.
I check CPU availability, it was 99% in multiCPU, multicore environment.
Is there any solution for this?
The text was updated successfully, but these errors were encountered: