You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read your paper and the code. But I'm curious about the process since you did the clustering first then the prediction of the size of the clusters.
In local/gae/train.py, the arg n_clusters is from {}_pubs_content.txt in local/gae/input_data.py. So it is not from the cluster_size/count.py?
I have run the script, and the process cluster_size/count.py take too long. Could you tell me the precision of count.py? and how it affects the final clustering( clustering without knowing the n_cluster in advance)
Thanks!
The text was updated successfully, but these errors were encountered:
and I also notice that when you train the word2vec model, there is a code random.shuffle(author_feature). Since you ignore the order of words in the sentence. But the order of words has an effect in the word2vec model.
I have read your paper and the code. But I'm curious about the process since you did the clustering first then the prediction of the size of the clusters.
In local/gae/train.py, the arg n_clusters is from {}_pubs_content.txt in local/gae/input_data.py. So it is not from the cluster_size/count.py?
I have run the script, and the process cluster_size/count.py take too long. Could you tell me the precision of count.py? and how it affects the final clustering( clustering without knowing the n_cluster in advance)
I have read your paper and the code. But I'm curious about the process since you did the clustering first then the prediction of the size of the clusters.
In
local/gae/train.py
, the argn_clusters
is from{}_pubs_content.txt
inlocal/gae/input_data.py
. So it is not from thecluster_size/count.py
?I have run the script, and the process
cluster_size/count.py
take too long. Could you tell me the precision ofcount.py
? and how it affects the final clustering( clustering without knowing the n_cluster in advance)Thanks!
The text was updated successfully, but these errors were encountered: