HGCML
HGCML copied to clipboard
This repo is for source code of SDM 2023 paper "Heterogeneous Graph Contrastive Multi-view Learning".
``` sem_pos = np.load(sem_pos_path)[:, :num_sem_pos] top_pos = np.load(top_pos_path)[:, :num_top_pos] ``` These two values num_sem_pos and num_top_pos use the default value of 0, Then they get the same identity matrix through...
Hi, may I ask for the hyperparameters for all datasets? I am able to reproduce the results for acm and dblp two datasets, but not for aminer and freebase. I...
Could you show the code of Positive Sampling?