wengong-jin / hgraph2graph

Hierarchical Generation of Molecular Graphs using Structural Motifs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the technical differences between the models in ./generation/poly_hgraph and /hgraph?

WhatAShot opened this issue · comments

What is the technical differences between the models in ./generation/poly_hgraph and /hgraph?

Hi,

The generation folder is for polymer generation. It does not have attention layers between the encoder and decoder. The root /hgraph/ is for graph-to-graph translation (for lead optimization). The model contains attention layers between the encoder and decoder.