Skip to content

Multi-Objective-NAS/graph2seq

Repository files navigation

Reversible Graph to Seqeuence model

refrence model

Encoder

  • Input : Graph (Adjacency matrix, list of operation)
  • output : sequence

For graph G,

  1. Create one virtual node called supernode S.
    We define embedding(encoded sequence) of G as the node embedding of supernode S
    Add edges from every node in G to Supernode S.
  2. Expand G into sequence.(Follow semiNAS paper method)
  3. Loop node embedding : aggregate neighbor nodes.(Follow Graph2Seq paper method)
  4. Node embedding of supernode S at the last step is an embedding(encoded sequence) of G

Decoder

  • input: sequence
  • ouput : Graph (Adjacency matrix, list of operation)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published