Jordan Dawe
Jordan Dawe
Very interesting. We have not run this code in PyTorch-1.2; our tests in PyTorch-1.0 seemed to show a complete autograd graph and we thought it was computing properly. (Also, we...
Yeah, DAGs should work the same as Trees I think. It may just be that we misunderstood how in place updates worked. We were worried about this as a possible...
Yes, you are correct; I changed this recently as a performance optimization but I failed to update the documentation. The `adjacency_list` in the current code needs to have all parent...
I'm reopening this just to help me keep track of what I still have to do :)