GraphCL icon indicating copy to clipboard operation
GraphCL copied to clipboard

Question about unsupervised_Cora_Citeseer

Open Zhen-Tan-dmml opened this issue 2 years ago • 2 comments

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?

Zhen-Tan-dmml avatar Jun 22 '22 18:06 Zhen-Tan-dmml

Hi @yyou1996, it seems that batch sizes make no sense in this task. Could please provide a version considering batch size. Thanks.

AlexWanghaoming avatar Jun 26 '22 10:06 AlexWanghaoming

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

yyou1996 avatar Jun 26 '22 17:06 yyou1996