Open Zhen-Tan-dmml opened 2 years ago
Hi @yyou1996, it seems that batch sizes make no sense in this task. Could please provide a version considering batch size. Thanks.
Thanks for the question.
I think for cora/citeseer the common practice is full-batch training, that though bs=1, it is actually equal to the node number. Whilst, I need some confirms here. @yongduosui
Hi @yyou1996, thanks for your great work. Just have a question about the GraphCL for node classification in unsupervised_Cora_Citeseer. The default batch_size is set to 1. How do you generate negative pairs?