You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello WenGong:
is '#Predict stop' in jtnn_dec.py topological prediction of this article?
Meanwhile, In mpn.py:
ATOM_FDIM = len(ELEM_LIST) + 6 + 5 + 4 + 1
BOND_FDIM = 5 + 6
MAX_NB = 6 #maximum degree of junction tree
but , in jtmpn.py:
ATOM_FDIM = len(ELEM_LIST) + 6 + 5 + 1
BOND_FDIM = 5
MAX_NB = 15 #maximum degree of the molecular graph
Why is there such a difference? Please give me your advices. Thank you very much.
The text was updated successfully, but these errors were encountered:
anny0316
changed the title
What does the jtmpn model do
Where is the topological prediction in the code of jtnn_dec.py
Jul 10, 2019
anny0316
changed the title
Where is the topological prediction in the code of jtnn_dec.py
Why are these values different?
Jul 11, 2019
anny0316
changed the title
Why are these values different?
is '#Predict stop' in jtnn_dec.py topological prediction?
Jul 11, 2019
@wengong-jin, hello wengong, Don't you need to predict tree roots in the latest code? By default, in the code, the first node of each tree is the root, is it right?
@wengong-jin, hello wengong, how do the following values come into being? by the way, how to realize 'Constrained Optimization' which is mentioned in the paper. thank you very much.
Hello WenGong:
is '#Predict stop' in jtnn_dec.py topological prediction of this article?
Meanwhile, In mpn.py:
ATOM_FDIM = len(ELEM_LIST) + 6 + 5 + 4 + 1
BOND_FDIM = 5 + 6
MAX_NB = 6 #maximum degree of junction tree
but , in jtmpn.py:
ATOM_FDIM = len(ELEM_LIST) + 6 + 5 + 1
BOND_FDIM = 5
MAX_NB = 15 #maximum degree of the molecular graph
Why is there such a difference? Please give me your advices. Thank you very much.
The text was updated successfully, but these errors were encountered: