mirror of
https://github.com/masashitsubaki/molecularGNN_smiles.git
synced 2026-04-03 00:19:09 -06:00
Questions about paper and implementation consistency #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TeddyGlass on 11/11/2020
I read your paper and it was very interesting.
I have some questions about your paper and implementation consistency.
The first question is about the numerical formula (3) in your paper.
In your implementation, dose the formula (3) corresponds to update function defined as the aggregation of vectors along the edges in the file of train.py (line 48)?
If then, sigmoid function is not used in line of the return process, though the formula (3) describes sigmoid.
The second question is about formula (5, 6) in your paper.
The update of the edge information through the activation function is described in this formula (5, 6), but this process dose not seems to be implemented. Edge information is only used for extraction fingerprint based on r-radius subgraph.
Is the implementation of molecularGNN in this repository a simpler version of your paper?
Thank you