question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HGT implementation bug?

See original GitHub issue

https://github.com/dmlc/dgl/blob/master/examples/pytorch/hgt/model.py#L81

The implemented hgt set value of nodes multiple times when calculating by different edge attention, which will cause the nodes["v"] of earlier etype be overwritten by later one.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
yzh119commented, Mar 29, 2021

Thanks @YuxianMeng , will fix it soon.

0reactions
Maybewusscommented, Apr 9, 2021

@Maybewuss , you are right that is the same v calculated, but later it is transformed by the edge type, and then stored.

You are right, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Modeling horizontal gene transfer (HGT) in the gut of the ...
An important part of this assessment involves estimating probability of transgene horizontal transfer to environmental organisms (HGT).
Read more >
bug #50466, makehgtform function missing - GNU Savannah
I'm going to be filing separate bug reports about those three so that this report stays on target about the missing "makehgtform" function....
Read more >
Inferring horizontal gene transfer - Wikipedia
Horizontal or lateral gene transfer (HGT or LGT) is the transmission of portions of genomic DNA between organisms through a process decoupled from...
Read more >
Inferring and Validating Horizontal Gene Transfer Events ...
A model satisfying the evolutionary constraints (Fig. A1) was implemented to generate random HGTs. For each species tree, the gene trees ...
Read more >
[Octave-bug-tracker] [bug #50466] hgtransform function missing
<http://savannah.gnu.org/bugs/?50466> Summary: hgtransform function ... warning: the 'hgtransform' function is not yet implemented in Octave
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found