GraphWriter
GraphWriter copied to clipboard
Encoding custom graph
Hey guys,
I liked your paper!
I would like to try out the graph encoder, and potentially use it as a part of a knowledge-graph based dialogue model.
Suppose I have a .tsv file in the same format as your "preprocessed.test.tsv",
which functions should I use from this repo to convert it into a vector representation?
Is it vectorize.py?
thanks!
the dataset class in lastDataset.py will help you