Closed shutian1986 closed 4 years ago
Hi, thank you for your zero-shot-gcn, and I want to train my own data, so how can I creat the graph dataset? if the graph feature is extracted by some feature extracting function from the original dataset? @JudyYe
Hi,
You should be able to do that by defining 1) connectivity (we use subset of WordNet) 2) initial feature (as word embedding here)
Hi, thank you for your zero-shot-gcn, and I want to train my own data, so how can I creat the graph dataset? if the graph feature is extracted by some feature extracting function from the original dataset? @JudyYe