JudyYe / zero-shot-gcn

Zero-Shot Learning with GCN (CVPR 2018)
MIT License
917 stars 178 forks source link

train my own data #12

Closed shutian1986 closed 4 years ago

shutian1986 commented 5 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

JudyYe commented 4 years ago

Hi,

You should be able to do that by defining 1) connectivity (we use subset of WordNet) 2) initial feature (as word embedding here)