Getting embeddings from metapath2vec pytroch

I was looking into the implementation of metapath2vec and got bit confused. From what I understand sampler.py is used to sample the metapaths from a heterogeneous graph and to get the embeddings we need to run metapath2vec.py file. But nowhere in metapath2vec.py implementation we mention that we are going to use a particular type of metapath and if we are using the output generated by sampler.py where do we mention it?

@svaibhavsingh Hi, the original README is out of date and there is a new pr that could help you: https://github.com/dmlc/dgl/pull/1499/files