lyx

Results 3 comments of lyx

In the `sample_graph_for_dis ` in HeGAN_trainner.py, the comment states the function returns 3 graphs(pos_hg, neg_hg1 and neg_hg2), but the exact result are `pos_hg, pos_hg1, pos_hg2`, and `pos_hg2 `looks the same...

Besides, I have a question about `args.meta_path_key`, for `herec `and `mp2vec`, does these two models only use one metapath? Many datasets contain multiple metapaths in their `meta_paths_dict`(eg. dblp4MAGNN has `'APVPA'`...

Thanks for reply but when I want to run hegan on my own datasets, at this part in `sample_graph_for_dis` ``` for nt in self.hg_dict.keys(): for src in self.hg_dict[nt].keys(): for i...